Skip to content

Commit

Permalink
delete dns entry for sudomesh.org domains. fixes #149
Browse files Browse the repository at this point in the history
This dns entry indicated that the nameserver for sudomesh.org domains was the exit node mesh ip address. I have no idea why this was here. It was causing home nodes to be unable to resolve any sudomesh.org subdomains.
Bonus: removing this entry allows us to use e.g. exit.sudomesh.org in our tunneldigger config.
If anyone knows what this entry was for, please comment!

cc @eenblam @paidforby @Juul
  • Loading branch information
bennlich committed Feb 11, 2019
1 parent 7281075 commit 18c5e69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion files/opt/mesh/autoconf
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion files/opt/mesh/templates/etc/config/dhcp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 18c5e69

Please sign in to comment.