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

From Mibbit Wiki
Jump to: navigation, search
m (Reverted edits by Kenneth (Talk) to last revision by Havvy)
(new servers, link for 3.25+)
Line 7: Line 7:
 
  allow {
 
  allow {
 
             ip            {{Template:Mibbit_WIDGET1_IP}};
 
             ip            {{Template:Mibbit_WIDGET1_IP}};
 +
            hostname      *@*;
 +
            class          clients;
 +
            maxperip        800;
 +
};
 +
allow {
 +
            ip            {{Template:MibbitIP3}};
 +
            hostname      *@*;
 +
            class          clients;
 +
            maxperip        800;
 +
};
 +
allow {
 +
            ip            {{Template:MibbitIP4}};
 
             hostname      *@*;
 
             hostname      *@*;
 
             class          clients;
 
             class          clients;
Line 12: Line 24:
 
  };
 
  };
  
see also http://www.unrealircd.com/files/docs/unreal32docs.html#cgiirc
+
See also http://www.unrealircd.com/files/docs/unreal32docs.html#cgiirc
 +
 
 +
For UnrealIRCd 3.2.5 or higher see [[Enable_Mibbit_on_Your_IRC_Server#Unrealircd]]
  
 
[[Category:Code]][[Category:Specifications]][[Category:Unreal]]
 
[[Category:Code]][[Category:Specifications]][[Category:Unreal]]

Revision as of 05:36, 13 May 2010

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

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

For UnrealIRCd 3.2.5 or higher see Enable_Mibbit_on_Your_IRC_Server#Unrealircd