From e222ac45fc4c4c0e9c003662673d1bbf5fb44890 Mon Sep 17 00:00:00 2001 From: davidb Date: Tue, 22 Apr 2003 23:19:37 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 3 +++ rwhoisd/.cvsignore | 1 + rwhoisd/config.py | 5 ++++- sample_data/example_queries | 3 ++- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .cvsignore create mode 100644 rwhoisd/.cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..4fca027 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,3 @@ +MANIFEST +build +dist diff --git a/rwhoisd/.cvsignore b/rwhoisd/.cvsignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/rwhoisd/.cvsignore @@ -0,0 +1 @@ +*.pyc diff --git a/rwhoisd/config.py b/rwhoisd/config.py index 0f2f60d..0cfcac3 100644 --- a/rwhoisd/config.py +++ b/rwhoisd/config.py @@ -22,9 +22,12 @@ max_limit = 256 # if this is zero, you are allowing clients to disable query limits. min_limit = 0 +# If this is true, some logging will be done to stdout. +verbose = False #### END Editable Configuration Options version = "0.1" -banner_string = "%%rwhois V-1.5 %s (pyrwhoisd %s)" % (server_hostname, version) +banner_string = "%%rwhois V-1.5 %s (python-rwhoisd %s)" % \ + (server_hostname, version) diff --git a/sample_data/example_queries b/sample_data/example_queries index eb56971..0c3e464 100644 --- a/sample_data/example_queries +++ b/sample_data/example_queries @@ -10,4 +10,5 @@ contact Pub* contact pub* contact "Pub*" network 11/8 -network foo=bar \ No newline at end of file +network foo=bar +www.fddi.a.com \ No newline at end of file -- 2.36.6