nodes/ovh.39528a5b: third nameserver
bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2020-06-06 10:38:32 +02:00
parent 75aa654f1c
commit 9bc4b4c149
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# europe-west3-c
# ns-3.kunbox.net
# Frankfurt, Germany
nodes['gce.bind01'] = {

12
nodes/ovh/39528a5b.py Normal file
View File

@ -0,0 +1,12 @@
# ns-2.kunbox.net
# Gravelines, France
nodes['ovh.39528a5b'] = {
'groups': {
'dns',
},
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
}