fixup! fix(dns01): open ports and bind to interface
Some checks failed
lint / check (push) Successful in 23s
Check meta / check_meta (pull_request) Failing after 21s
lint / check (pull_request) Successful in 26s
build configuration / build_krz01 (pull_request) Failing after 1m31s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-07 12:52:37 +01:00
parent 3f67794ffa
commit 2121417eab

View file

@ -14,9 +14,7 @@ with dns.lib.combinators;
minimum = 300; minimum = 300;
}; };
NS = [ NS = [ "ns01.lab.dgnum.eu." ];
"ns01.lab.dgnum.eu."
];
#A = [ "203.0.113.1" ]; #A = [ "203.0.113.1" ];
#AAAA = [ "4321:0:1:2:3:4:567:89ab" ]; #AAAA = [ "4321:0:1:2:3:4:567:89ab" ];