feat(dns01): init DNS config #9
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ with dns.lib.combinators;
|
|||
};
|
||||
|
||||
NS = [
|
||||
# TODO: add nameservers with GLUE and everything
|
||||
"ns01.beta.dgnum.eu."
|
||||
"ns02.beta.dgnum.eu."
|
||||
];
|
||||
|
||||
#A = [ "203.0.113.1" ];
|
||||
|
|
Loading…
Reference in a new issue