blob: 346ddc4d369e0610129aeb93e71a73000a693adf (
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
web_host = localhost
web_port = 4343
# Run a web whois server?
web = yes
# 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 = networks.xml
|