blob: b7d06625cbd2df75d9a14ef57246992ee2c8ec00 (
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 = 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
|