X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Fexample.conf;h=3f389240006207c92a37d492ab53433eb4362bf2;hb=482194058738a873e2a92144e7bd8a36bc0cba81;hp=95b37da7b88401c50a71b8f6094639a7c9ae685b;hpb=fc21303989a07d6091ef684150db29c49f682614;p=ircu2.10.12-pk.git diff --git a/doc/example.conf b/doc/example.conf index 95b37da..3f38924 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -101,20 +101,14 @@ Admin { # usermode = "+i"; # }; # +# maxlinks should be set at either 0 or 1. +# # applies only to servers, and specifies the frequency # that the server tries to autoconnect. setting this to 0 will cause # the server to attempt to connect repeatedly with no delay until the # condition is satisfied. This is a Bad Thing(tm). # Note that times can be specified as a number, or by giving something # like: 1 minutes 20 seconds, or 1*60+20. -# Client { -# host = "user@host"; -# ip = "ip@host"; -# password = "password"; -# class = "classname"; -# }; -# -# should be set at either 0 or 1. # # Recommended server classes: # All your server uplinks you are not a hub for. @@ -134,6 +128,23 @@ Class { sendq = 9000000; }; +# Client { +# username = "ident"; +# host = "host"; +# ip = "127.0.0.0/8"; +# password = "password"; +# class = "classname"; +# maxlinks = 3; +# }; +# +# Everything in a Client block is optional. If a username mask is +# given, it must match the client's username from the IDENT protocol. +# If a host mask is given, the client's hostname must resolve and +# match the host mask. If a CIDR-style IP mask is given, the client +# must have an IP matching that range. If maxlinks is given, it is +# limits the number of matching clients allowed from a particular IP +# address. +# # Recommended client classes: # Client classes. 10 = locals; 2 = for all .net and .com that are not # in Europe; 1 = for everybody. @@ -147,7 +158,7 @@ Class { Client { class = "Other"; - host = "*@*"; + username = "*"; }; Class { name = "America";