feat(dns01): init DNS config #9
1 changed files with 1 additions and 3 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue