/* 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 */
/* connection class for server operators */
class {
name opers;
+ maxusers 100;
pingfreq 90;
maxsendq 500000; # 500KB limit for opers
};
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
};