Add nameservers and corresponding records
This commit is contained in:
parent
aaf22d70d2
commit
3b5cf6a298
@ -1,6 +1,6 @@
|
|||||||
$TTL 604800
|
$TTL 604800
|
||||||
@ IN SOA athena7.eu. admin.athena7.eu. (
|
@ IN SOA athena7.eu. admin.athena7.eu. (
|
||||||
2 ; Serial number, increase by one
|
3 ; Serial number, increase by one
|
||||||
604800 ; Refresh interval
|
604800 ; Refresh interval
|
||||||
86400 ; Retry interval
|
86400 ; Retry interval
|
||||||
2419200 ; Expire Interval
|
2419200 ; Expire Interval
|
||||||
@ -9,25 +9,40 @@ $TTL 604800
|
|||||||
|
|
||||||
; Name servers
|
; Name servers
|
||||||
|
|
||||||
IN NS athena7.eu.
|
IN NS ns1.athena7.eu.
|
||||||
|
IN NS ns2.athena7.eu.
|
||||||
|
IN NS ns3.athena7.eu.
|
||||||
|
|
||||||
; Hosts
|
; Hosts
|
||||||
|
|
||||||
athena7.eu. IN A 78.94.228.62
|
athena7.eu. IN A 78.94.228.62
|
||||||
kalsruhe.athena7.eu. IN A 78.94.228.62
|
kalsruhe.athena7.eu. IN A 78.94.228.62
|
||||||
vps.athena7.eu. IN A 173.249.45.89
|
munich.athena7.eu. IN A 173.249.45.89
|
||||||
vps.athena7.eu. IN AAAA 2a02:c207:3003:6854:0000:0000:0000:0001
|
munich.athena7.eu. IN AAAA 2a02:c207:3003:6854::1
|
||||||
|
amsterdam.athena7.eu. IN A 185.185.40.86
|
||||||
|
amsterdam.athena7.eu. IN AAAA 2a0b:7080:10::1:96cf
|
||||||
|
london.athena7.eu. IN A 185.122.57.156
|
||||||
|
london.athena7.eu. IN AAAA 2a06:8ec0:3::1:7fee
|
||||||
|
|
||||||
; Services
|
; Services
|
||||||
|
|
||||||
|
; DNS (glue records)
|
||||||
|
ns1 IN A 173.249.45.89
|
||||||
|
ns1 IN AAAA 2a02:c207:3003:6854::1
|
||||||
|
ns2 IN A 185.185.40.86
|
||||||
|
ns2 IN AAAA 2a0b:7080:10::1:96cf
|
||||||
|
ns3 IN A 185.122.57.156
|
||||||
|
ns3 IN AAAA 2a06:8ec0:3::1:7fee
|
||||||
|
|
||||||
|
|
||||||
; Matrix & Co
|
; Matrix & Co
|
||||||
chat IN CNAME vps.athena7.eu.
|
chat IN CNAME munich
|
||||||
matrix IN CNAME vps.athena7.eu.
|
matrix IN CNAME munich
|
||||||
dimension.matrix IN CNAME vps.athena7.eu.
|
dimension.matrix IN CNAME munich
|
||||||
|
|
||||||
_matrix._tcp.matrix IN SRV 10 0 8448 matrix
|
_matrix._tcp.matrix IN SRV 10 0 8448 matrix
|
||||||
_matrix-identity._tcp.matrix IN SRV 10 0 443 matrix
|
_matrix-identity._tcp.matrix IN SRV 10 0 443 matrix
|
||||||
|
|
||||||
|
|
||||||
; Private
|
; Private
|
||||||
financial IN CNAME karlsruhe.athena7.eu.
|
financial IN CNAME karlsruhe
|
||||||
|
Loading…
Reference in New Issue
Block a user