Add dns-witch
This commit is contained in:
parent
b4c7b1ead9
commit
1a14814913
2 changed files with 17 additions and 0 deletions
|
@ -70,6 +70,8 @@ zone:
|
|||
|
||||
- domain: familier.net.eu.org
|
||||
|
||||
- domain: dns-witch.eu.org
|
||||
|
||||
# # Slave zone
|
||||
# - domain: example.net
|
||||
# master: master
|
||||
|
|
15
zones/dns-witch.eu.org.zone
Normal file
15
zones/dns-witch.eu.org.zone
Normal file
|
@ -0,0 +1,15 @@
|
|||
@ 10800 IN SOA dns-witch.eu.org. june.lacoloc.cafe. (
|
||||
2021031201 ; 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.
|
||||
|
||||
; A Records
|
||||
@ IN 3600 A 135.181.158.2
|
||||
|
||||
; AAAA Records
|
||||
@ IN 3600 AAAA 2a01:4f9:c010:ed58::1
|
Loading…
Reference in a new issue