forked from DGNum/infrastructure
feat(meta): Add dns config v1
This commit is contained in:
parent
1e254d5f27
commit
3c8e3f39fc
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,13 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
SOA = {
|
||||||
|
nameServer = "ns01.dgnum.eu.";
|
||||||
|
adminEmail = "dns.dgnum.eu";
|
||||||
|
retry = 3600;
|
||||||
|
minimum = 300;
|
||||||
|
};
|
||||||
|
|
||||||
# Primary DNS servers
|
# Primary DNS servers
|
||||||
NS = [
|
NS = [
|
||||||
"ns01.dgnum.eu." # ns-03.hubrecht.ovh
|
"ns01.dgnum.eu." # ns-03.hubrecht.ovh
|
||||||
|
|
Loading…
Reference in a new issue