nodes/gce.bind01: add to dns
This commit is contained in:
parent
507e28bc24
commit
75aa654f1c
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,10 @@ $ORIGIN kunbox.net.
|
||||||
IN MX 10 mx0
|
IN MX 10 mx0
|
||||||
IN TXT v=spf1 a mx ~all
|
IN TXT v=spf1 a mx ~all
|
||||||
|
|
||||||
|
; NODE gce.bind01
|
||||||
|
bind01.gce IN A 34.89.208.78
|
||||||
|
ns-3 IN A 34.89.208.78
|
||||||
|
|
||||||
; NODE hostus.ovz-512
|
; NODE hostus.ovz-512
|
||||||
ovz-512.hostus IN A 185.185.41.146
|
ovz-512.hostus IN A 185.185.41.146
|
||||||
ns-1 IN A 185.185.41.146
|
ns-1 IN A 185.185.41.146
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# europe-west3-c
|
||||||
|
# Frankfurt, Germany
|
||||||
|
|
||||||
nodes['gce.bind01'] = {
|
nodes['gce.bind01'] = {
|
||||||
'groups': {
|
'groups': {
|
||||||
'dns',
|
'dns',
|
||||||
|
|
Loading…
Reference in a new issue