infra: add domain anorex.ie, borderline.fun, go-to.icu
This commit is contained in:
parent
90105c333d
commit
74be3b819f
21
forward/public/db.anorex.ie
Normal file
21
forward/public/db.anorex.ie
Normal file
@ -0,0 +1,21 @@
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.athena7.eu. admin.anorex.ie. (
|
||||
2021030501 ; Serial number as YYYYmmdd## convention
|
||||
43200 ; Refresh interval
|
||||
7200 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
86400 ; Negative Cache TTL
|
||||
)
|
||||
|
||||
; Name servers
|
||||
|
||||
IN NS ns1.athena7.eu.
|
||||
IN NS ns2.athena7.eu.
|
||||
IN NS ns3.athena7.eu.
|
||||
IN NS ns4.athena7.eu.
|
||||
|
||||
; Hosts
|
||||
|
||||
anorex.ie. IN A 173.249.45.89
|
||||
anorex.ie. IN AAAA 2a02:c207:3003:6854::1
|
||||
|
21
forward/public/db.borderline.fun
Normal file
21
forward/public/db.borderline.fun
Normal file
@ -0,0 +1,21 @@
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.athena7.eu. admin.borderline.fun. (
|
||||
2021030501 ; Serial number as YYYYmmdd## convention
|
||||
43200 ; Refresh interval
|
||||
7200 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
86400 ; Negative Cache TTL
|
||||
)
|
||||
|
||||
; Name servers
|
||||
|
||||
IN NS ns1.athena7.eu.
|
||||
IN NS ns2.athena7.eu.
|
||||
IN NS ns3.athena7.eu.
|
||||
IN NS ns4.athena7.eu.
|
||||
|
||||
; Hosts
|
||||
|
||||
borderline.fun. IN A 173.249.45.89
|
||||
borderline.fun. IN AAAA 2a02:c207:3003:6854::1
|
||||
|
30
forward/public/db.go-to.icu
Normal file
30
forward/public/db.go-to.icu
Normal file
@ -0,0 +1,30 @@
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.athena7.eu. admin.go-to.icu. (
|
||||
2021013101 ; Serial number as YYYYmmdd## convention
|
||||
43200 ; Refresh interval
|
||||
7200 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
86400 ; Negative Cache TTL
|
||||
)
|
||||
|
||||
@ 3600 IN TXT "v=spf1 mx a:mail.finallycoffee.eu -all"
|
||||
|
||||
; Name servers
|
||||
|
||||
IN NS ns1.athena7.eu.
|
||||
IN NS ns2.athena7.eu.
|
||||
IN NS ns3.athena7.eu.
|
||||
IN NS ns4.athena7.eu.
|
||||
|
||||
; Hosts
|
||||
|
||||
go-to.icu. IN A 173.249.45.89
|
||||
go-to.icu. IN AAAA 2a02:c207:3003:6854::1
|
||||
|
||||
|
||||
; Services
|
||||
|
||||
; Mail
|
||||
|
||||
go-to.icu. IN MX 10 mail.finallycoffee.eu.
|
||||
|
Loading…
Reference in New Issue
Block a user