diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-22 11:08:49 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-22 11:22:17 +0100 |
| commit | d7c8821439836dfa8772eefb75ee7e8bd3a874e5 (patch) | |
| tree | 40c841084e23bd5e612d111530d1b159b5bbb3ed /components/services/bind.nix | |
| parent | 78e2296833baee066872711d4a45abcd3626dcdc (diff) | |
| download | nixos-d7c8821439836dfa8772eefb75ee7e8bd3a874e5.tar.gz nixos-d7c8821439836dfa8772eefb75ee7e8bd3a874e5.zip | |
possibile fix dns su afrodite
Diffstat (limited to 'components/services/bind.nix')
| -rw-r--r-- | components/services/bind.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/services/bind.nix b/components/services/bind.nix index 79f0608..7d7cc81 100644 --- a/components/services/bind.nix +++ b/components/services/bind.nix @@ -10,7 +10,7 @@ zones = { "home.arpa" = { master = true; - allowQuery = [ "127.0.0.0/24" "10.0.69.0/24" ]; + allowQuery = [ "127.0.0.0/24" "10.69.0.0/24" ]; file = pkgs.writeText "home.arpa" '' $TTL 86400 @ IN SOA ns1.home.arpa. admin.home.arpa. ( |
