Ajoute soundsmag zone et renomme blackconstruct file
This commit is contained in:
parent
8c6a1040ee
commit
c3f3218cb5
3 changed files with 24 additions and 0 deletions
|
@ -73,6 +73,8 @@ zone:
|
||||||
- domain: dns-witch.eu.org
|
- domain: dns-witch.eu.org
|
||||||
|
|
||||||
- domain: blackconstruct.eu.org
|
- domain: blackconstruct.eu.org
|
||||||
|
|
||||||
|
- domain: soundsmag.eu.org
|
||||||
|
|
||||||
# # Slave zone
|
# # Slave zone
|
||||||
# - domain: example.net
|
# - domain: example.net
|
||||||
|
|
22
zones/soundsmag.eu.org.zone
Normal file
22
zones/soundsmag.eu.org.zone
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
@ 10800 IN SOA blackconstruct.eu.org. june.lacoloc.cafe. (
|
||||||
|
2021040201 ; 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 62.210.138.141
|
||||||
|
* IN 3600 A 62.210.138.141
|
||||||
|
|
||||||
|
|
||||||
|
; XMPP
|
||||||
|
_xmpp-client._tcp 3600 IN SRV 0 5 5222 soundsmag.eu.org.
|
||||||
|
_xmpp-server._tcp 3600 IN SRV 0 5 5269 soundsmag.eu.org.
|
||||||
|
muc 3600 IN CNAME @
|
||||||
|
pubsub 3600 IN CNAME @
|
||||||
|
vjud 3600 IN CNAME @
|
||||||
|
xmpp-upload 3600 IN CNAME @
|
Loading…
Reference in a new issue