Git Repository Public Repository

nip.io

URLs

Copy to Clipboard
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
[main]
# main domain
domain=lcl.io

# default ttl
ttl=1000

# default IP address for non-wildcard entries
ipaddress=127.0.0.40


# SOA
[soa]
# serial number
id=55
# Hostmaster email address
hostmaster=emailaddress@lcl.io
# Name server
ns=ns1.lcl.io


# nameservers
[nameservers]
ns1.lcl.io=127.0.0.41
ns2.lcl.io=127.0.0.42


# blacklist
[blacklist]
some_description = 10.0.0.100

Commits for nip.io/nipio_tests/backend_test.conf

Diff revisions: vs.
Revision Author Commited Message
ff3961 ... rs picture rs Fri 08 Feb, 2019 07:09:51 +0000

Add tests and support for blacklisting IPs