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

From Mibbit Wiki
Jump to: navigation, search
m
m (clean up)
Line 1: Line 1:
allow {
+
allow {
             ip            {{Template:Mibbit_IP}};
+
             ip            {{Mibbit_IP}};
 
             hostname      *@*;
 
             hostname      *@*;
 
             class          clients;
 
             class          clients;
Line 6: Line 6:
 
  };
 
  };
 
  allow {
 
  allow {
             ip            {{Template:Mibbit_WIDGET1_IP}};
+
             ip            {{Mibbit_WIDGET1_IP}};
 
             hostname      *@*;
 
             hostname      *@*;
 
             class          clients;
 
             class          clients;
Line 15: Line 15:
  
 
[[Category:Code]][[Category:Specifications]][[Category:Unreal]]
 
[[Category:Code]][[Category:Specifications]][[Category:Unreal]]
 +
{{DEFAULTSORT:Ircd Config/Unreal3.2}}

Revision as of 21:11, 28 December 2009

allow {

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

see also http://www.unrealircd.com/files/docs/unreal32docs.html#cgiirc