From fce426c318bce457d7a4c721a17d3c1b3295bafa Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 23:16:00 +0000 Subject: [PATCH] servo: trust-dns: expose the hn DNS server on port 53 nothing i had was *expecting* it to be on port 1053, and it was just never working (?) --- hosts/by-name/servo/services/trust-dns.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/by-name/servo/services/trust-dns.nix b/hosts/by-name/servo/services/trust-dns.nix index 4b6e851e..4b2cbf39 100644 --- a/hosts/by-name/servo/services/trust-dns.nix +++ b/hosts/by-name/servo/services/trust-dns.nix @@ -106,8 +106,6 @@ in hn = { substitutions = mkSubstitutions "hn"; listenAddrsIpv4 = [ nativeAddrs."servo.hn" ]; - # TODO: no reason this can't live on port 53 - port = 1053; }; lan = { substitutions = mkSubstitutions "lan";