更新 bin/ZeroWrt
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
cad1bc708b
commit
995236952e
@ -264,7 +264,6 @@ one_click_setup() {
|
||||
# 设置LAN口DNS
|
||||
uci set network.lan.dns='127.0.0.1'
|
||||
uci commit network
|
||||
/etc/init.d/network restart
|
||||
|
||||
# 恢复 MosDNS 配置
|
||||
cp /etc/config/default_mosdns /etc/config/mosdns
|
||||
@ -388,7 +387,6 @@ one_click_setup() {
|
||||
# 设置LAN口DNS
|
||||
uci set network.lan.dns='127.0.0.1'
|
||||
uci commit network
|
||||
/etc/init.d/network restart
|
||||
|
||||
# 恢复 SmartDNS 配置
|
||||
cp /etc/config/default_smartdns /etc/config/smartdns
|
||||
@ -504,7 +502,6 @@ one_click_setup() {
|
||||
# 取消LAN口DNS
|
||||
uci delete network.lan.dns
|
||||
uci commit network
|
||||
/etc/init.d/network restart
|
||||
# 恢复 SmartDNS 配置
|
||||
cp /etc/config/default_smartdns /etc/config/smartdns
|
||||
/etc/init.d/smartdns restart
|
||||
|
Loading…
Reference in New Issue
Block a user