diff options
author | Raúl Benencia <rul@kalgan.cc> | 2012-10-03 19:46:06 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2012-10-03 19:46:06 -0300 |
commit | 9866dfb204b8bdbb5bf341204371a4e4e458a9c4 (patch) | |
tree | 4073e444214359403dee60b5a499642049749590 /pywhoisd.conf | |
parent | 9ca5c7e07f1e5ab4a28c042a72a7f9f29b3426c5 (diff) |
Global refactoring
Diffstat (limited to 'pywhoisd.conf')
-rw-r--r-- | pywhoisd.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pywhoisd.conf b/pywhoisd.conf index b18da39..d01cfed 100644 --- a/pywhoisd.conf +++ b/pywhoisd.conf @@ -6,7 +6,7 @@ classic = yes # Only makes sense when classic server is enabled classic_host = localhost -classic_port = 4344 +classic_port = 4343 # Run a web whois server? web = no @@ -20,4 +20,8 @@ web_port = 8080 mode = xml # Only makes sense when xml storage mode is enabled -xml_file = examples/networks.xml
\ No newline at end of file +xml_file = examples/networks.xml + +[Printing] +header = res/header.txt +footer = res/footer.txt |