forked from exentriquesolutions/nip.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackend.conf
52 lines (40 loc) · 858 Bytes
/
backend.conf
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[main]
# main domain
domain=nip.io.example
# default ttl
ttl=432000
# default IP address for non-wildcard entries
ipaddress=127.0.0.1
# Indicates whether this response is authoritative, this is for DNSSEC.
auth=1
# Scopebits indicates how many bits from the subnet provided in the question.
bits=0
# SOA
[soa]
# serial number
id=1
# Hostmaster email address
# Name server
ns=ns1.nip.io.example
# Refresh
refresh=10800
# Retry
retry=3600
# Expiry
expiry=604600
# Minimum TTL
minimum=3600
# nameservers
[nameservers]
ns1.nip.io.example=127.0.0.1
ns2.nip.io.example=127.0.0.1
# whitelisted ranges (optional)
[whitelist]
loopback = 127.0.0.0/8
private_net_10 = 10.0.0.0/8
private_net_172_16 = 172.16.0.0/12
private_net_192_168 = 192.168.0.0/16
# blacklisted ips (optional)
[blacklist]
some_description = 10.0.0.1