add xana
This commit is contained in:
parent
aaf6b573dd
commit
51035b1e14
2 changed files with 20 additions and 0 deletions
|
@ -79,6 +79,8 @@ zone:
|
|||
- domain: mutu.fr.eu.org
|
||||
|
||||
- domain: saimyx.eu.org
|
||||
|
||||
- domain: xana.eu.org
|
||||
# # Slave zone
|
||||
# - domain: example.net
|
||||
# master: master
|
||||
|
|
18
zones/xana.eu.org.zone
Normal file
18
zones/xana.eu.org.zone
Normal file
|
@ -0,0 +1,18 @@
|
|||
@ 10800 IN SOA ns1.dns-witch.net.eu.org. support.dns-witch.net.eu.org. (
|
||||
2021072501 ; Numero
|
||||
28800 ; Refresh
|
||||
14400 ; Retry
|
||||
3600000 ; Expire
|
||||
86400 ) ; Minimum
|
||||
|
||||
@ IN 3600 NS ns1.dns-witch.net.eu.org.
|
||||
@ IN 3600 NS ns2.dns-witch.net.eu.org.
|
||||
|
||||
; Basic ipv4/ipv6 records
|
||||
@ 3600 IN A 82.65.148.127
|
||||
@ 3600 IN AAAA 2a01:e0a:1ef:abb0:12e5:8606:bbc1:cca7
|
||||
|
||||
; Extra
|
||||
* 3600 IN A 82.65.148.127
|
||||
* 3600 IN AAAA 2a01:e0a:1ef:abb0:12e5:8606:bbc1:cca7
|
||||
@ 3600 IN CAA 128 issue "letsencrypt.org"
|
Loading…
Reference in a new issue