diff --git a/autoinstall/autoinstall.sh b/autoinstall/autoinstall.sh index 068b3df..d9ff30c 100755 --- a/autoinstall/autoinstall.sh +++ b/autoinstall/autoinstall.sh @@ -209,7 +209,6 @@ InstallTorConfig() { $UCI_CMD set ruantiblock.config.proxy_mode="1" $UCI_CMD commit ruantiblock # dnsmasq rebind protection - $UCI_CMD set dhcp.@dnsmasq[0].rebind_protection='1' $UCI_CMD set dhcp.@dnsmasq[0].rebind_domain='.onion' $UCI_CMD commit dhcp }