macs: update kresd config to 20.03
Graham Christensen committed
Mar 31, 2020 at 23:05 UTC
502c33a121c3aafd69199dd7ed3eb7d1aa233965
1 file changed
+1
-1
macs/host/networking.nix
+1
-1
@@ -69,7 +69,7 @@ in {
69
70
services.kresd = {
71
enable = true;
72
- interfaces = [ "::1" "127.0.0.1" routerIP ];
72
+ listenPlain = [ "[::1]:53" "127.0.0.1:53" "${routerIP}:53" ];
73
extraConfig = ''
74
modules = {
75
'policy', -- Block queries to local zones/bad sites