diff --git a/hosts/by-name/servo/services/trust-dns.nix b/hosts/by-name/servo/services/trust-dns.nix index cab6dcff..c92b6e43 100644 --- a/hosts/by-name/servo/services/trust-dns.nix +++ b/hosts/by-name/servo/services/trust-dns.nix @@ -111,43 +111,43 @@ in listenAddrs = [ nativeAddrs."servo.hn" ]; port = 1053; }; - hn-resolver = { - # don't need %AWAN% here because we forward to the hn instance. - listenAddrs = [ nativeAddrs."servo.hn" ]; - extraConfig = { - zones = [ - { - zone = "uninsane.org"; - zone_type = "Forward"; - stores = { - type = "forward"; - name_servers = [ - { - socket_addr = "${nativeAddrs."servo.hn"}:1053"; - protocol = "udp"; - trust_nx_responses = true; - } - ]; - }; - } - { - # forward the root zone to the local DNS resolver - zone = "."; - zone_type = "Forward"; - stores = { - type = "forward"; - name_servers = [ - { - socket_addr = "127.0.0.53:53"; - protocol = "udp"; - trust_nx_responses = true; - } - ]; - }; - } - ]; - }; - }; + # hn-resolver = { + # # don't need %AWAN% here because we forward to the hn instance. + # listenAddrs = [ nativeAddrs."servo.hn" ]; + # extraConfig = { + # zones = [ + # { + # zone = "uninsane.org"; + # zone_type = "Forward"; + # stores = { + # type = "forward"; + # name_servers = [ + # { + # socket_addr = "${nativeAddrs."servo.hn"}:1053"; + # protocol = "udp"; + # trust_nx_responses = true; + # } + # ]; + # }; + # } + # { + # # forward the root zone to the local DNS resolver + # zone = "."; + # zone_type = "Forward"; + # stores = { + # type = "forward"; + # name_servers = [ + # { + # socket_addr = "127.0.0.53:53"; + # protocol = "udp"; + # trust_nx_responses = true; + # } + # ]; + # }; + # } + # ]; + # }; + # }; }; sane.services.dyn-dns.restartOnChange = [