From ac342dee30dc6ce71b3a2f78de28e200fbabe12e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 Mar 2022 18:48:09 +0100 Subject: vidhar: ... --- hosts/vidhar/dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/vidhar/dns/default.nix') diff --git a/hosts/vidhar/dns/default.nix b/hosts/vidhar/dns/default.nix index caaa8e15..8d36f372 100644 --- a/hosts/vidhar/dns/default.nix +++ b/hosts/vidhar/dns/default.nix @@ -19,7 +19,7 @@ in { localControlSocketPath = "/run/unbound/unbound.ctl"; settings = { server = { - interface = ["127.0.0.1" "10.141.0.1" "::0"]; + interface = ["lo" "lan"]; prefer-ip6 = true; access-control = ["0.0.0.0/0 allow" "::/0 allow"]; root-hints = "${pkgs.dns-root-data}/root.hints"; -- cgit v1.2.3