diff options
author | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-02 22:51:17 -0300 |
---|---|---|
committer | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-02 22:51:17 -0300 |
commit | 9d13223e971c1bb37b141cb0b0a3a7dd4077f4d8 (patch) | |
tree | e5894afd118054f58d6dd19cc95bb8db93208ed0 /pywhoisd.conf | |
parent | ee504272d535dcfab2d00948a1b005b87dc6605a (diff) |
Fix various semantic errors
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 |