forked from ayeowch/bitnodes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzone.tmpl
More file actions
27 lines (24 loc) · 678 Bytes
/
zone.tmpl
File metadata and controls
27 lines (24 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$ORIGIN seed.bitnodes.io.
$TTL 60
@ 28800 IN SOA ns1.bitnodes.io. hostmaster.bitnodes.io. (
1501826735 ; SERIAL
3600 ; REFRESH
1800 ; RETRY
604800 ; EXPIRE
60 ; MINIMUM
)
@ 1800 IN NS ns1.bitnodes.io.
@ 1800 IN NS ns2.bitnodes.io.
@ 1800 IN NS ns3.bitnodes.io.
@ 1800 IN NS ns4.bitnodes.io.
@ 1800 IN NS ns5.bitnodes.io.
ns1 1800 IN A 88.99.167.175
ns1 1800 IN AAAA 2a01:4f8:10a:37ee::2
ns2 1800 IN A 88.99.167.175
ns2 1800 IN AAAA 2a01:4f8:10a:37ee::2
ns3 1800 IN A 88.99.167.175
ns3 1800 IN AAAA 2a01:4f8:10a:37ee::2
ns4 1800 IN A 88.99.167.175
ns4 1800 IN AAAA 2a01:4f8:10a:37ee::2
ns5 1800 IN A 88.99.167.175
ns5 1800 IN AAAA 2a01:4f8:10a:37ee::2