Committer : isomer
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-05-26 02:38:20 UTC
Modified files:
Tag: u2_10_12_branch
doc/example.conf
Log message:
Author: Isomer <[EMAIL PROTECTED]>
Log message:
Add "maxlinks=2" to the example config in the hope admins will take the hint
---------------------- diff included ----------------------
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.61.2.17 ircu2.10/doc/example.conf:1.61.2.18
--- ircu2.10/doc/example.conf:1.61.2.17 Sat Mar 17 19:46:56 2007
+++ ircu2.10/doc/example.conf Fri May 25 19:38:09 2007
@@ -285,6 +285,7 @@
{
class = "Other";
ip = "[EMAIL PROTECTED]";
+ maxlinks = 2;
};
@@ -292,6 +293,7 @@
{
class = "Other";
host = "[EMAIL PROTECTED]";
+ maxlinks = 2;
};
# If you don't want unresolved dudes to be able to connect to your
# server, do not specify any "ip = " settings.
@@ -301,25 +303,27 @@
{
host = "[EMAIL PROTECTED]";
class = "America";
+ maxlinks = 2;
};
Client
{
host = "[EMAIL PROTECTED]";
class = "America";
+ maxlinks = 2;
};
# Now list all the .com / .net domains that you wish to have access...
# actually it's less work to do it this way than to do it the other
# way around - K-lining every single ISP in the US.
# I wish people in Holland just got a .nl domain, and not try to be
# cool and use .com...
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Other";};
-Client { host = "[EMAIL PROTECTED]"; class = "Local";};
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Other"; maxlinks=2; };
+Client { host = "[EMAIL PROTECTED]"; class = "Local"; maxlinks=2; };
# You can request a more complete listing, including the "list of standard
# Kill blocks" from the Routing Committee; it will also be sent to you if
@@ -332,6 +336,8 @@
host = "[EMAIL PROTECTED]";
ip = "[EMAIL PROTECTED]";
class = "Local";
+ # A maxlinks of over 5 will automatically be glined by euworld on Undernet
+ maxlinks = 5;
};
# You can put an expression in the maxlinks value, which will make ircd
@@ -357,6 +363,7 @@
host = "[EMAIL PROTECTED]";
ip = "[EMAIL PROTECTED]";
class = "Other";
+ maxlinks = 2;
};
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches