infra: add nameserver
This commit is contained in:
parent
5975d8c391
commit
3b80963507
@ -1,6 +1,6 @@
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.athena7.eu. admin.athena7.eu. (
|
||||
2019042901 ; Serial number as YYYYmmdd## convention
|
||||
2021013101 ; Serial number as YYYYmmdd## convention
|
||||
43200 ; Refresh interval
|
||||
7200 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
@ -14,6 +14,7 @@ $TTL 604800
|
||||
IN NS ns1.athena7.eu.
|
||||
IN NS ns2.athena7.eu.
|
||||
IN NS ns3.athena7.eu.
|
||||
IN NS ns4.athena7.eu.
|
||||
|
||||
; Hosts
|
||||
|
||||
@ -25,6 +26,9 @@ 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
|
||||
nuremburg.athena7.eu. IN A 116.203.83.253
|
||||
nuremburg.athena7.eu. IN AAAA 2a01:4f8:c2c:24fa::1
|
||||
|
||||
|
||||
; Services
|
||||
|
||||
@ -35,6 +39,9 @@ ns2.athena7.eu. IN A 185.185.40.86
|
||||
ns2.athena7.eu. IN AAAA 2a0b:7080:10::1:96cf
|
||||
ns3.athena7.eu. IN A 185.122.57.156
|
||||
ns3.athena7.eu. IN AAAA 2a06:8ec0:3::1:7fee
|
||||
ns4.athena7.eu. IN A 116.203.83.253
|
||||
ns4.athena7.eu. IN AAAA 2a01:4f8:c2c:24fa::1
|
||||
|
||||
|
||||
|
||||
; Mail
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ORIGIN finallycoffee.eu.
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.athena7.eu. admin.finallycoffee.eu. (
|
||||
2020112702 ; Serial number, increase by one
|
||||
2021013101 ; Serial number, increase by one
|
||||
43200 ; Refresh interval
|
||||
7200 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
@ -15,6 +15,7 @@ $TTL 604800
|
||||
IN NS ns1.athena7.eu.
|
||||
IN NS ns2.athena7.eu.
|
||||
IN NS ns3.athena7.eu.
|
||||
IN NS ns4.athena7.eu.
|
||||
|
||||
; Hosts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user