Max Connection

These are old archives. They are kept for historic purposes only.
Post Reply
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

Max Connection

Post by JessieJames »

allow {
ip *@*;
hostname *@*;
class clients;
maxperip 1;
};


allow {
ip *@xx.xxx.x.xx;
hostname *@*;
class opers;
maxperip 5;
};

will this keep 1 connection per host but allow me to connect 4 unit
on local network ?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Well, there isn't a 4 anywhere in there, so no?
-- codemastr
Post Reply