v1.7.0e
~现在启动后会自动进行一次系统时间同步(使用ntpd) ~修复错误读取/tmp目录内核及配置文件导致的一系列bug
This commit is contained in:
@@ -1233,6 +1233,8 @@ afstart(){
|
||||
[ "$local_proxy" = "已开启" ] && [ "$local_type" = "iptables增强模式" ] && start_output
|
||||
[ "$local_proxy" = "已开启" ] && [ "$local_type" = "nftables增强模式" ] && [ "$redir_mod" = "纯净模式" ] && start_nft
|
||||
ckcmd iptables && start_wan
|
||||
#同步本机时间
|
||||
ckcmd ntpd && ntpd -n -q -p ntp.aliyun.com
|
||||
#标记启动时间
|
||||
mark_time
|
||||
#加载定时任务
|
||||
|
||||
Reference in New Issue
Block a user