blob: b18da39b5bde39c945c72262b1af09c8e1339d70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## pywhoisd configuration file ##
[Servers]
# Run a (classic) whois server?
classic = yes
# Only makes sense when classic server is enabled
classic_host = localhost
classic_port = 4344
# Run a web whois server?
web = no
# Only makes sense when web server is enabled
web_host = localhost
web_port = 8080
[Storage]
# At the moment only xml mode is available
mode = xml
# Only makes sense when xml storage mode is enabled
xml_file = examples/networks.xml
|