This commit is contained in:
nils 2024-11-27 17:28:23 +00:00
parent 9dac037329
commit d92462c48a

View File

@ -296,7 +296,7 @@ service {
dns { dns {
forwarding { forwarding {
allow-from "10.0.0.0/24" allow-from "10.0.0.0/24"
allow-from "127.0.0.1/32" allow-from "127.0.0.0/8"
authoritative-domain stinnesbeck.com { authoritative-domain stinnesbeck.com {
records { records {
a ci { a ci {
@ -314,6 +314,7 @@ service {
} }
} }
listen-address "10.0.0.254" listen-address "10.0.0.254"
listen-address "127.0.0.1"
system system
} }
} }