diff options
author | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-06-27 21:39:17 -0300 |
---|---|---|
committer | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-06-27 21:39:17 -0300 |
commit | 9f89d5691939f5b23d37c828252443ddc7ed15a7 (patch) | |
tree | d945cb0475f62ae640ba007218fca41d78187b8b /pywhoisd.conf |
First commit
Diffstat (limited to 'pywhoisd.conf')
-rw-r--r-- | pywhoisd.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pywhoisd.conf b/pywhoisd.conf new file mode 100644 index 0000000..346ddc4 --- /dev/null +++ b/pywhoisd.conf @@ -0,0 +1,23 @@ +## pywhoisd configuration file ## + +[Servers] +# Run a (classic) whois server? +classic = yes + +# Only makes sense when classic server is enabled +web_host = localhost +web_port = 4343 + +# Run a web whois server? +web = yes + +# Only makes sense when web server is enabled +web_host = localhost +web_port = 8080 + +[Storage] +# At the moment only xml mode is available +mode = xml + +# Only makes sense when xml storage mode is enabled +xml_file = networks.xml
\ No newline at end of file |