diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index f168537..8ceb897 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -7,8 +7,8 @@ # tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem"; }; local-zone = "\"cloonar.com\" transparent"; - # local-data = [ - # "\"localhost A 127.0.0.1\"" + local-data = [ + "\"localhost A 127.0.0.1\"" # "localhost.cloonar.com A 127.0.0.1" # "localhost AAAA ::1" # "localhost.cloonar.com AAAA ::1" @@ -56,7 +56,7 @@ # "ps5-living.cloonar.com IN A 10.42.96.176" # # "ddl-warez.to IN A 172.67.184.30" - # ]; + ]; # local-data-ptr = [ # "127.0.0.1 localhost" # "::1 localhost"