fixed couple opf snafu
authorMatthew Wiggins <lithium@rubiks.net>
Tue, 8 Mar 2005 15:41:41 +0000 (15:41 +0000)
committerMatthew Wiggins <lithium@rubiks.net>
Tue, 8 Mar 2005 15:41:41 +0000 (15:41 +0000)
doc/template.conf

index babb72f..e71d61f 100644 (file)
@@ -33,7 +33,7 @@ port {
 /* more listening ports */
 port { port 7029; };
 
-port { port 9999; type SSL};
+port { port 9999; type SSL};
 
 
 /* note that allow blocks are matched in order listed */
@@ -84,6 +84,7 @@ class {
 /* connection class for server operators */
 class {
     name        opers;
+       maxusers        100;
     pingfreq    90;
     maxsendq    500000;     # 500KB limit for opers
 };
@@ -108,7 +109,7 @@ connect {
     bind        127.0.0.1;  # We connect from this IP
     apasswd     secret;     # We accept this password from hub
     cpasswd     secret;     # We send this password to hub
-    flags       H;          # It is a hub
+    flags       EH;         # It is a hub, and encrypted
     class       hub;        # Use hub class
 };