change to firewall and dns

This commit is contained in:
2024-02-18 22:39:34 +01:00
parent 57a215fec4
commit 802fcbd47f
4 changed files with 115 additions and 282 deletions

View File

@@ -73,7 +73,7 @@ let
"\"upgrade-staging.wienbautvor.at IN A 10.254.240.110\""
"\"upgrade-staging.wienwohntbesser.at IN A 10.254.240.110\""
"\"metz.cloonar.com IN A 10.42.96.167\""
"\"metz.cloonar.com IN A 10.42.99.10\""
"\"firetv-living.cloonar.com IN A 10.42.96.175\""
"\"ps5-living.cloonar.com IN A 10.42.96.176\""
@@ -220,4 +220,6 @@ in {
partOf = [ "unbound.service" ];
wantedBy = [ "multi-user.target" ];
};
networking.firewall.allowedUDPPorts = [ 53 5353 ];
}