From a20d052b7f129205da74d2986c6b96dda96f1638 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 6 May 2019 16:39:08 -0600 Subject: system/dnsmasq: use port 53 Signed-off-by: Kenny Ballou --- services/dnsmasq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/dnsmasq.nix b/services/dnsmasq.nix index 717ca45..7a33d82 100644 --- a/services/dnsmasq.nix +++ b/services/dnsmasq.nix @@ -2,5 +2,5 @@ { # Local DNS server services.dnsmasq.enable = true; - services.dnsmasq.servers = [ "127.0.0.1#43" ]; + services.dnsmasq.servers = [ "127.0.0.1#53" ]; } -- cgit v1.2.1