Merge branch 'master' of labo.lacoloc.cafe:june/dns-witch
This commit is contained in:
commit
8ed2709794
3 changed files with 20 additions and 6 deletions
|
@ -68,8 +68,11 @@ zone:
|
||||||
|
|
||||||
- domain: wicce.eu.org
|
- domain: wicce.eu.org
|
||||||
|
|
||||||
- domain: mail.dns-witch.net.eu.org
|
=======
|
||||||
|
|
||||||
|
- domain: stryges.fr.eu.org
|
||||||
|
|
||||||
|
>>>>>>> df5e5df18faf5ae735479481bdc3e5f8f2866786
|
||||||
# # Slave zone
|
# # Slave zone
|
||||||
# - domain: example.net
|
# - domain: example.net
|
||||||
# master: master
|
# master: master
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@ 10800 IN SOA grimoire.eu.org. june.lacoloc.cafe. (
|
@ 10800 IN SOA grimoire.eu.org. june.lacoloc.cafe. (
|
||||||
2021010901 ; Numero
|
2021021801 ; Numero
|
||||||
28800 ; Refresh
|
28800 ; Refresh
|
||||||
14400 ; Retry
|
14400 ; Retry
|
||||||
3600000 ; Expire
|
3600000 ; Expire
|
||||||
|
@ -11,6 +11,3 @@ ns1 IN 3600 A 185.82.202.26
|
||||||
@ IN 3600 A 135.181.158.2
|
@ IN 3600 A 135.181.158.2
|
||||||
; AAAA Records
|
; AAAA Records
|
||||||
ns1 IN 3600 AAAA 2a04:dd00:17:4:1::
|
ns1 IN 3600 AAAA 2a04:dd00:17:4:1::
|
||||||
|
|
||||||
; CNAME Records
|
|
||||||
june IN 3600 CNAME @
|
|
||||||
|
|
14
zones/stryges.fr.eu.org.zone
Normal file
14
zones/stryges.fr.eu.org.zone
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@ 10800 IN SOA stryges.fr.eu.org. june.lacoloc.cafe. (
|
||||||
|
2021021801 ; Numero
|
||||||
|
28800 ; Refresh
|
||||||
|
14400 ; Retry
|
||||||
|
3600000 ; Expire
|
||||||
|
86400 ) ; Minimum
|
||||||
|
|
||||||
|
@ IN 3600 NS ns1.stryges.fr.eu.org.
|
||||||
|
; A Records
|
||||||
|
ns1 IN 3600 A 185.82.202.26
|
||||||
|
@ IN 3600 A 135.181.158.2
|
||||||
|
; AAAA Records
|
||||||
|
ns1 IN 3600 AAAA 2a04:dd00:17:4:1::
|
||||||
|
|
Loading…
Reference in a new issue