Add blackbox.eu.org
This commit is contained in:
parent
4f4fba641d
commit
acdc242002
2 changed files with 17 additions and 0 deletions
|
@ -72,6 +72,8 @@ zone:
|
||||||
|
|
||||||
- domain: dns-witch.eu.org
|
- domain: dns-witch.eu.org
|
||||||
|
|
||||||
|
- domain: blackbox.eu.org
|
||||||
|
|
||||||
# # Slave zone
|
# # Slave zone
|
||||||
# - domain: example.net
|
# - domain: example.net
|
||||||
# master: master
|
# master: master
|
||||||
|
|
15
zones/blackbox.eu.org.zone
Normal file
15
zones/blackbox.eu.org.zone
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
@ 10800 IN SOA blackbox.eu.org. june.lacoloc.cafe. (
|
||||||
|
2021022102 ; 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