Skip to content

Commit

Permalink
修复ntp服务器
Browse files Browse the repository at this point in the history
  • Loading branch information
AlifeLine committed Jul 16, 2019
1 parent c119491 commit a079776
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions dalo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#/bin/bash
#本脚本为开源,免费提供大家使用!
#请勿使用非法用途
#作者Q:2223139086

function set_radius2() {
yum install -y mysql mysql-server freeradius-mysql php-mysql
Expand Down Expand Up @@ -1001,11 +998,11 @@ ntpServer=(
[3]=dns.sjtu.edu.cn
[4]=dns2.synet.edu.cn
[5]=ntp.glnet.edu.cn
[6]=ntp-sz.chl.la
[7]=202.118.1.130
[8]=ntp.gwadar.cn
[9]=dns1.synet.edu.cn
[10]=sim.ntp.org.cn
[6]=ntp3.aliyun.com
[7]=ntp4.aliyun.com
[8]=ntp5.aliyun.com
[9]=ntp6.aliyun.com
[10]=ntp7.aliyun.com
)
serverNum=`echo ${#ntpServer[*]}`
NUM=0
Expand Down Expand Up @@ -2723,7 +2720,7 @@ fi
echo ""
IP=`curl -s http://members.3322.org/dyndns/getip`;
http=https:/
host=github.com/mayday12138/dalo_openvpn/raw
host=github.com/mayday12138/dalo_openvpn/raw/master/
shouquan=shouquan
wenjiann=data
shellshibie
Expand Down

0 comments on commit a079776

Please sign in to comment.