*** empty log message ***
authordavidb <davidb>
Tue, 22 Apr 2003 23:19:37 +0000 (23:19 +0000)
committerdavidb <davidb>
Tue, 22 Apr 2003 23:19:37 +0000 (23:19 +0000)
.cvsignore [new file with mode: 0644]
rwhoisd/.cvsignore [new file with mode: 0644]
rwhoisd/config.py
sample_data/example_queries

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..4fca027
--- /dev/null
@@ -0,0 +1,3 @@
+MANIFEST
+build
+dist
diff --git a/rwhoisd/.cvsignore b/rwhoisd/.cvsignore
new file mode 100644 (file)
index 0000000..0d20b64
--- /dev/null
@@ -0,0 +1 @@
+*.pyc
index 0f2f60d..0cfcac3 100644 (file)
@@ -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)
 
index eb56971..0c3e464 100644 (file)
@@ -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