From 74dad2908a3541a5993605e891fa61fcb725c782 Mon Sep 17 00:00:00 2001 From: Matthew Wiggins Date: Tue, 8 Mar 2005 15:41:41 +0000 Subject: [PATCH] fixed couple opf snafu --- doc/template.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/template.conf b/doc/template.conf index babb72f..e71d61f 100644 --- a/doc/template.conf +++ b/doc/template.conf @@ -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 }; -- 2.9.0