Difference between revisions of "IRCd Config/Unreal3.2"

From Mibbit Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
 
             hostname      *@*;
 
             hostname      *@*;
 
             class          clients;
 
             class          clients;
             maxperip        100;
+
             maxperip        800;
 
  };
 
  };

Revision as of 08:33, 26 May 2008

allow {
           ip             *@67.207.141.120;
           hostname       *@*;
           class           clients;
           maxperip        800;
};