Merge branch 'add-soundsmag' into 'master'
Ajoute soundsmag zone et renomme blackconstruct file See merge request dns-witch/dns-witch!2
This commit is contained in:
commit
7a9ec6983c
3 changed files with 24 additions and 0 deletions
|
@ -73,6 +73,8 @@ zone:
|
|||
- domain: dns-witch.eu.org
|
||||
|
||||
- domain: blackconstruct.eu.org
|
||||
|
||||
- domain: soundsmag.eu.org
|
||||
|
||||
# # Slave zone
|
||||
# - 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