Add snug
This commit is contained in:
parent
56e30b1914
commit
82afec9935
2 changed files with 16 additions and 0 deletions
|
@ -63,6 +63,8 @@ zone:
|
||||||
- domain: blog.wehost.lgbt
|
- domain: blog.wehost.lgbt
|
||||||
|
|
||||||
- domain: grimoire.eu.org
|
- domain: grimoire.eu.org
|
||||||
|
|
||||||
|
- domain: snug.eu.org
|
||||||
|
|
||||||
- domain: wicce.eu.org
|
- domain: wicce.eu.org
|
||||||
# # Slave zone
|
# # Slave zone
|
||||||
|
|
14
zones/snug.eu.org.zone
Normal file
14
zones/snug.eu.org.zone
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@ 10800 IN SOA snug.net.eu.org. june.lacoloc.cafe. (
|
||||||
|
2020011001 ; Numero
|
||||||
|
28800 ; Refresh
|
||||||
|
14400 ; Retry
|
||||||
|
3600000 ; Expire
|
||||||
|
86400 ) ; Minimum
|
||||||
|
|
||||||
|
@ IN 3600 NS ns1.snug.net.eu.org.
|
||||||
|
; A Records
|
||||||
|
@ IN 3600 A 185.82.202.26
|
||||||
|
ns1 IN 3600 A 185.82.202.26
|
||||||
|
; AAAA Records
|
||||||
|
@ IN 3600 AAAA 2a04:dd00:17:4:1::
|
||||||
|
ns1 IN 3600 AAAA 2a04:dd00:17:4:1::
|
Loading…
Reference in a new issue