diff options
author | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-01 18:05:04 -0300 |
---|---|---|
committer | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-01 18:05:04 -0300 |
commit | 01aa58c5d7947e37bc3f0a927c2ed809873122a3 (patch) | |
tree | 31eb413ef072c5bc56da31b5820bb2be960d3726 /pywhoisd.conf | |
parent | 9eaa4fb13a8f761e4be0abec042501d600b4de10 (diff) |
New scheme. Starting port to python 3. It's now or never!
Diffstat (limited to 'pywhoisd.conf')
-rw-r--r-- | pywhoisd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pywhoisd.conf b/pywhoisd.conf index 346ddc4..b7d0662 100644 --- a/pywhoisd.conf +++ b/pywhoisd.conf @@ -5,8 +5,8 @@ classic = yes # Only makes sense when classic server is enabled -web_host = localhost -web_port = 4343 +classic_host = localhost +classic_port = 4343 # Run a web whois server? web = yes |