prefect/nsd: Only bind to certain IPs

This commit is contained in:
The Hedgehog 2022-09-14 12:48:42 -04:00
parent 80213d3b0c
commit 5ce1409d4c
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -20,7 +20,8 @@ in {
enable = true;
# Listen on these IPs
interfaces = [
"0.0.0.0"
"5.161.140.5"
"2a01:4ff:f0:98bf::1"
];
# Identify my nameserver
identity = "HedgeDNS Authoritative DNS";