diff options
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 |