From 0589bc83d57f96b685de3bac4b2fb9cde5f07a8f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 26 Dec 2021 10:13:58 +0100 Subject: vidhar: unbound --- hosts/vidhar/dsl.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/vidhar/dsl.nix') diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix index e66f609b..cfbae7b5 100644 --- a/hosts/vidhar/dsl.nix +++ b/hosts/vidhar/dsl.nix @@ -69,9 +69,9 @@ in { }; networkConfig = { LinkLocalAddressing = "no"; - DNS = [ - "1.1.1.1" "1.0.0.1" - ]; + DNS = [ "::1" "127.0.0.1" ]; + DNSSEC = "true"; + Domains = ["~."]; }; }; }; -- cgit v1.2.3