coredns: allow tailscale net

This commit is contained in:
Luke Granger-Brown 2021-07-16 01:32:54 +00:00
parent 259e13df6c
commit 1557066375
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
log log
errors errors
acl { acl {
allow net 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 127.0.0.0/8 allow net 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 127.0.0.0/8 100.64.0.0/10
allow net 92.118.28.0/22 allow net 92.118.28.0/22
allow net 2a09:a440::/29 ::1/128 allow net 2a09:a440::/29 ::1/128
block block

View file

@ -208,7 +208,7 @@ in {
.:53 { .:53 {
bind 192.168.1.1 127.0.0.53 bind 192.168.1.1 127.0.0.53
acl { acl {
allow net 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8 allow net 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8 100.64.0.0/10
block block
} }
hosts /dev/null { hosts /dev/null {