fixup! fix(dns01): open ports and bind to interface
This commit is contained in:
parent
3f67794ffa
commit
2121417eab
1 changed files with 1 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue