feat(dns01): init DNS config #9

Merged
cst1 merged 14 commits from beta_dns_config into main 2024-12-07 12:53:31 +01:00
Showing only changes of commit 2121417eab - Show all commits

View file

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