From 01aa58c5d7947e37bc3f0a927c2ed809873122a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Wed, 1 Aug 2012 18:05:04 -0300 Subject: New scheme. Starting port to python 3. It's now or never! --- pywhoisd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pywhoisd.conf') 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 -- cgit v1.2.3