dns: switch to CNAME records for some hosts
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
686aa533e8
commit
5ebed4a0fb
2 changed files with 12 additions and 22 deletions
|
@ -19,14 +19,11 @@ matrix IN AAAA 2a01:4f8:10b:2a5f::2
|
|||
mta-sts IN A 94.130.52.224
|
||||
mta-sts IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
sewfile IN A 116.203.205.248
|
||||
IN AAAA 2a01:4f8:c0c:c71b::1
|
||||
sewfile IN CNAME sewfile.htz-cloud.kunbox.net.
|
||||
IN TXT "v=spf1 a mx ~all"
|
||||
|
||||
rss IN CNAME rx300.kunbox.net.
|
||||
|
||||
status IN A 51.195.44.8
|
||||
status IN AAAA 2001:41d0:701:1100::2618
|
||||
status IN CNAME icinga2.ovh.kunbox.net
|
||||
|
||||
travelynx IN A 94.130.52.224
|
||||
travelynx IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
|
|
@ -13,17 +13,10 @@ dav IN AAAA 2a01:4f8:10b:2a5f::2
|
|||
git IN A 94.130.52.224
|
||||
git IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
grafana IN A 116.203.84.44
|
||||
grafana IN AAAA 2a01:4f8:c0c:8d56::1
|
||||
|
||||
icinga IN A 51.195.44.8
|
||||
icinga IN AAAA 2001:41d0:701:1100::2618
|
||||
|
||||
influxdb IN A 116.203.84.44
|
||||
influxdb IN AAAA 2a01:4f8:c0c:8d56::1
|
||||
|
||||
statusmonitor.icinga IN A 51.195.44.8
|
||||
statusmonitor.icinga IN AAAA 2001:41d0:701:1100::2618
|
||||
grafana IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||
icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
influxdb IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||
statusmonitor.icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
|
||||
jenkins IN A 94.130.52.224
|
||||
jenkins IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
|
Loading…
Reference in a new issue