cluster/services/dns: expose hyprspace namespace on coredns

This commit is contained in:
Max Headroom 2023-10-24 23:41:34 +02:00
parent 542d7e95f8
commit cf807b7b61

View file

@ -58,11 +58,11 @@ in
${lib.optionalString (interfaces ? vstub) "bind ${interfaces.vstub.addr}"} ${lib.optionalString (interfaces ? vstub) "bind ${interfaces.vstub.addr}"}
bind 127.0.0.1 bind 127.0.0.1
bind ${link.ipv4} bind ${link.ipv4}
${lib.optionalString hyprspace.enable "bind ${hyprspace.addr}"}
hosts ${stevenblack-hosts} { hosts ${stevenblack-hosts} {
fallthrough fallthrough
} }
chaos "Private Void DNS" info@privatevoid.net chaos "Private Void DNS" info@privatevoid.net
forward hyprspace. 127.80.1.53:5380
forward . ${backend.tuple} ${otherRecursors} { forward . ${backend.tuple} ${otherRecursors} {
policy sequential policy sequential
} }