Skip to content

Commit

Permalink
Added ipv6 nameservers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tulugu authored and jkilpatr committed Oct 4, 2022
1 parent 68a34e1 commit 8444fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware-root/etc/config/dhcp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ config dnsmasq
list server '209.255.0.3'
list server '9.9.9.10'
list server '64.6.64.6'
list server '2606:4700:4700::1111'
list server '2001:4860:4860::8888'

config dhcp 'lan'
option interface 'lan'
Expand Down
3 changes: 3 additions & 0 deletions firmware-root/etc/resolv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ nameserver 1.0.0.1
nameserver 74.82.42.42
nameserver 149.112.112.10
nameserver 64.6.65.6
nameserver 2606:4700:4700::1001
nameserver 2001:4860:4860::8844

0 comments on commit 8444fed

Please sign in to comment.