From 626351fa5a7a0cd366021edaa84e1cd794af1017 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 23 Mar 2026 11:09:49 +0100 Subject: zeus aggiunto alla vpn e nuovi domini interni --- components/services/bind.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'components/services/bind.nix') diff --git a/components/services/bind.nix b/components/services/bind.nix index 7d7cc81..5ff9be9 100644 --- a/components/services/bind.nix +++ b/components/services/bind.nix @@ -13,6 +13,7 @@ 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. ( 2026031801 ; serial 3600 ; refresh @@ -20,9 +21,16 @@ 604800 ; expire 86400 ; minimum TTL ) + @ IN NS ns1.home.arpa. ns1 IN A 10.69.0.1 @ IN A 10.69.0.1 + + music IN CNAME @ + images IN CNAME @ + papers IN CNAME @ + cinema IN CNAME @ + torrent IN CNAME @ ''; }; }; -- cgit v1.3