autoinstall.sh, minor fixes.

This commit is contained in:
gSpot
2024-11-14 00:18:04 +03:00
parent 9fe31af96c
commit 9574313c74
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ InstallTorConfig() {
$UCI_CMD set ruantiblock.config.proxy_mode="1"
$UCI_CMD commit ruantiblock
# dnsmasq rebind protection
$UCI_CMD set dhcp.@dnsmasq[0].rebind_domain='onion'
$UCI_CMD add_list dhcp.@dnsmasq[0].rebind_domain='onion'
$UCI_CMD commit dhcp
}
+1 -1
View File
@@ -218,7 +218,7 @@ InstallTorConfig() {
TorrcSettings
$UCI_CMD set ruantiblock.config.proxy_mode="1"
$UCI_CMD commit ruantiblock
$UCI_CMD set dhcp.@dnsmasq[0].rebind_domain='onion'
$UCI_CMD add_list dhcp.@dnsmasq[0].rebind_domain='onion'
$UCI_CMD commit dhcp
}