赞
踩
#! /bin/bash # conf=/etc/config/passwall # conf=./passwall.new # 测试google连通性 function chkGoogle(){ ret=`ping -c 5 google.com | grep PING`; if [[ $ret == "" ]]; then echo 0; return ; fi echo 1; } # 获取配置中所有节点 function
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。