nodes/ovh.39528a5b: third nameserver
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
75aa654f1c
commit
9bc4b4c149
3 changed files with 14 additions and 2 deletions
|
@ -33,7 +33,7 @@ sewfile.htz-cloud IN A 116.203.205.248
|
|||
|
||||
; NODE ovh.39528a5b
|
||||
39528a5b.ovh IN A 151.80.58.235
|
||||
; IN AAAA 2001:41d0:302:2200::5349
|
||||
IN AAAA 2001:41d0:302:2200::5349
|
||||
ns-2 IN A 151.80.58.235
|
||||
|
||||
; old systems, hostnames are never to be used again
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# europe-west3-c
|
||||
# ns-3.kunbox.net
|
||||
# Frankfurt, Germany
|
||||
|
||||
nodes['gce.bind01'] = {
|
||||
|
|
12
nodes/ovh/39528a5b.py
Normal file
12
nodes/ovh/39528a5b.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# ns-2.kunbox.net
|
||||
# Gravelines, France
|
||||
|
||||
nodes['ovh.39528a5b'] = {
|
||||
'groups': {
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
'os': 'debian',
|
||||
'os_release': 'buster',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue