Index: trunk/cgi-bin/MyIPDB.pm
===================================================================
--- trunk/cgi-bin/MyIPDB.pm	(revision 666)
+++ trunk/cgi-bin/MyIPDB.pm	(revision 667)
@@ -22,4 +22,13 @@
 # DB host is optional.
 my $dbhost = 'localhost';
+
+# ACL for RPC shim.  A hash of arrays;  the hash keys are the remote system
+# names, the array contents are the IPs allowed to claim that system name.
+#%IPDB::rpcacl = (
+#	cli_test => ['192.168.99.115','209.91.179.62'],
+#	devel => ['10.0.10.5'],
+#	);
+# Only you can prevent memory leaks!
+#$IPDB::maxfcgi = 100;
 
 # ACL for RPC shim.  A hash of arrays;  the hash keys are the remote system
