diff --git a/files/opt/mesh/autoconf b/files/opt/mesh/autoconf index df1d59b..866c16a 100755 --- a/files/opt/mesh/autoconf +++ b/files/opt/mesh/autoconf @@ -68,7 +68,6 @@ uci delete dhcp.openpool.dhcp_option uci add_list dhcp.openpool.dhcp_option='1,255.255.255.192' uci add_list dhcp.openpool.dhcp_option='3,'$MESHIP uci add_list dhcp.openpool.dhcp_option='6,'$MESHIP -uci set dhcp.@dnsmasq[0].server='/sudomesh.org/'$EXIT_NODE_MESH_IPv4_ADDR uci commit dhcp diff --git a/files/opt/mesh/templates/etc/config/dhcp b/files/opt/mesh/templates/etc/config/dhcp index e018b25..0bb621a 100644 --- a/files/opt/mesh/templates/etc/config/dhcp +++ b/files/opt/mesh/templates/etc/config/dhcp @@ -14,7 +14,6 @@ config dnsmasq option resolvfile '/etc/resolv.conf.dnsmasq' list interface 'br-open' list interface 'br-priv' - list server '/sudomesh.org/<%= exit_node_mesh_ipv4_addr %>' # sudomesh exit server for sudomesh.org dns names config 'dhcp' 'openpool' option interface 'open'