ops/nixos/lib/coredns: add IPv6 address for oracle-lon01
This commit is contained in:
parent
b84a815587
commit
cb383c46ad
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
; SPDX-License-Identifier: Apache-2.0
|
; SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
|
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
|
||||||
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 48 600 450 3600 300
|
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 49 600 450 3600 300
|
||||||
|
|
||||||
; NB: this are also glue records in Google Domains.
|
; NB: this are also glue records in Google Domains.
|
||||||
$INCLUDE tmpl.ns
|
$INCLUDE tmpl.ns
|
||||||
|
@ -55,7 +55,7 @@ etheroute-lon01 3600 IN AAAA 2a07:242:800:64::68
|
||||||
etheroute-lon01.int 3600 IN A 100.111.191.21
|
etheroute-lon01.int 3600 IN A 100.111.191.21
|
||||||
|
|
||||||
oracle-lon01 3600 IN A 130.162.184.67
|
oracle-lon01 3600 IN A 130.162.184.67
|
||||||
; oracle-lon01 has no AAAA yet :(
|
oracle-lon01 3600 IN AAAA 2a09:a447:ac1e:1318:e6fc:e710:3fe5:3ec4
|
||||||
oracle-lon01.int 3600 IN A 100.93.85.40
|
oracle-lon01.int 3600 IN A 100.93.85.40
|
||||||
|
|
||||||
kusakabe 3600 IN A 188.165.197.49
|
kusakabe 3600 IN A 188.165.197.49
|
||||||
|
|
Loading…
Reference in a new issue