diff options
Diffstat (limited to 'pywhoisd.conf')
-rw-r--r-- | pywhoisd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pywhoisd.conf b/pywhoisd.conf index b7d0662..b18da39 100644 --- a/pywhoisd.conf +++ b/pywhoisd.conf @@ -6,10 +6,10 @@ classic = yes # Only makes sense when classic server is enabled classic_host = localhost -classic_port = 4343 +classic_port = 4344 # Run a web whois server? -web = yes +web = no # Only makes sense when web server is enabled web_host = localhost @@ -20,4 +20,4 @@ web_port = 8080 mode = xml # Only makes sense when xml storage mode is enabled -xml_file = networks.xml
\ No newline at end of file +xml_file = examples/networks.xml
\ No newline at end of file |