[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 17:07:45
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 17:07:30 UTC Modified files: doc/ircd.sample-en.conf doc/ircd.sample-es.conf Log message: Actualizacion ircd.conf ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.11 ircd-ircdev/doc/ircd.sample-en.conf:1.12 --- ircd-ircdev/doc/ircd.sample-en.conf:1.11 Mon Jan 10 09:01:23 2005 +++ ircd-ircdev/doc/ircd.sample-en.conf Mon Jan 10 09:07:19 2005 @@ -1,6 +1,6 @@ # ircd.conf - configuration file for IRC-Dev's IRCD. # -# Last Updated: 27, Dec 2004. +# Last Updated: 10, Jan 2005. # # Written by Niels <ni...@un...>, based on the original example.conf, # server code and some real-life (ahem) experience. @@ -237,8 +237,8 @@ # other domains in the same toplevel, thus setting up some sort of "reverse # Kill block". # Client { -# host = "user@host"; -# ip = "ip@host"; +# host = "host"; +# ip = "ip"; # password = "password"; # class = "classname"; # }; @@ -261,7 +261,7 @@ # Then the "jolan.ppro" is the name used for matching. # Therefore, unix domain sockets, and connections to localhost would # match this block: -# host = "*@jolan.ppro"; +# host = "jolan.ppro"; # # This is the "fallback" entry. All .uk, .nl, and all unresolved are # in these two lines. @@ -271,14 +271,14 @@ Client { class = "Other"; - ip = "*@*"; + ip = "*"; }; Client { class = "Other"; - host = "*@*"; + host = "*"; }; # If you don't want unresolved dudes to be able to connect to your # server, do not specify any "ip = " settings. @@ -286,19 +286,19 @@ # Here, take care of all Spain's Telefonica users. Client { - host = "*@*.pooles.rima-tde.net"; + host = "*.pooles.rima-tde.net"; class = "Telefonica"; }; Client { - host = "*@*.telefonica-data.net"; + host = "*.telefonica-data.net"; class = "Telefonica"; }; Client { - host = "*@*.ttd.es"; + host = "*.ttd.es"; class = "Telefonica"; }; @@ -307,13 +307,13 @@ # 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 = "*@*.wirehub.net"; class = "Other";}; -Client { host = "*@*.planete.net"; class = "Other";}; -Client { host = "*@*.ivg.com"; class = "Other";}; -Client { host = "*@*.ib.com"; class = "Other";}; -Client { host = "*@*.ibm.net"; class = "Other";}; -Client { host = "*@*.hydro.com"; class = "Other";}; -Client { host = "*@*.nl.net"; class = "Local";}; +Client { host = "*.wirehub.net"; class = "Other";}; +Client { host = "*.planete.net"; class = "Other";}; +Client { host = "*.ivg.com"; class = "Other";}; +Client { host = "*.ib.com"; class = "Other";}; +Client { host = "*.ibm.net"; class = "Other";}; +Client { host = "*.hydro.com"; class = "Other";}; +Client { host = "*.nl.net"; class = "Local";}; # 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 @@ -323,8 +323,8 @@ # the server is (hopefully). Client { - host = "*@*.pooles.rima-tde.net"; - ip = "*@80.59.*"; + host = "*.pooles.rima-tde.net"; + ip = "80.59.0.0/16"; class = "Local"; }; @@ -335,12 +335,12 @@ # from "*.ono.com" and at most two connections from dial up accounts # that have "dial??.*" as host mask: # Client { -# host = "*@*.ono.com"; +# host = "*.ono.com"; # maxlinks = "1"; # class = "Other"; # }; # Client { -# host = "*@dial??.*"; +# host = "dial??.*"; # maxlinks = "2"; # class = "Other"; # }; @@ -348,8 +348,8 @@ # If you are not worried about who connects, this line will allow everyone # to connect. Client { - host = "*@*"; - ip = "*@*"; + host = "*"; + ip = "*"; class = "Other"; }; Index: ircd-ircdev/doc/ircd.sample-es.conf diff -u ircd-ircdev/doc/ircd.sample-es.conf:1.7 ircd-ircdev/doc/ircd.sample-es.conf:1.8 --- ircd-ircdev/doc/ircd.sample-es.conf:1.7 Mon Jan 10 09:01:24 2005 +++ ircd-ircdev/doc/ircd.sample-es.conf Mon Jan 10 09:07:19 2005 @@ -248,8 +248,8 @@ # pero rechazando el resto de dominios del mismo nivel, como si fuera # creando una especie de "bloque Kill inverso". # Client { -# host = "user@host"; -# ip = "ip@host"; +# host = "host"; +# ip = "ip"; # password = "contraseña"; # class = "nombreclase"; # }; @@ -285,14 +285,14 @@ Client { class = "Otros"; - ip = "*@*"; + ip = "*"; }; Client { class = "Otros"; - host = "*@*"; + host = "*"; }; # Si no quieres que conecten usuarios sin DNS inverso resuelto a tu # servidor, no poner ajustes de "ip = ". @@ -300,19 +300,19 @@ # Aqui, sólo se dejaría entrar a todos los usuarios españoles de Telefonica. Client { - host = "*@*.pooles.rima-tde.net"; + host = "*.pooles.rima-tde.net"; class = "Telefonica"; }; Client { - host = "*@*.telefonica-data.net"; + host = "*.telefonica-data.net"; class = "Telefonica"; }; Client { - host = "*@*.ttd.es"; + host = "*.ttd.es"; class = "Telefonica"; }; @@ -321,13 +321,13 @@ # a cada ISP de los E.E.U.U. # Deseo que la gente de Holanda con dominio .nl, y no intento ser fresco # y usar .com... -Client { host = "*@*.wirehub.net"; class = "Otros";}; -Client { host = "*@*.planete.net"; class = "Otros";}; -Client { host = "*@*.ivg.com"; class = "Otros";}; -Client { host = "*@*.ib.com"; class = "Otros";}; -Client { host = "*@*.ibm.net"; class = "Otros";}; -Client { host = "*@*.hydro.com"; class = "Otros";}; -Client { host = "*@*.nl.net"; class = "Local";}; +Client { host = "*.wirehub.net"; class = "Otros";}; +Client { host = "*.planete.net"; class = "Otros";}; +Client { host = "*.ivg.com"; class = "Otros";}; +Client { host = "*.ib.com"; class = "Otros";}; +Client { host = "*.ibm.net"; class = "Otros";}; +Client { host = "*.hydro.com"; class = "Otros";}; +Client { host = "*.nl.net"; class = "Local";}; # Puedes solicitar un listado más completo, incluyendo la "lista estándar # de bloques "Kill"" del comité de "Routing"; también le será enviada si @@ -337,8 +337,8 @@ # que esté el servidor. Client { - host = "*@*.pooles.rima-tde.net"; - ip = "*@80.59.*"; + host = "*.pooles.rima-tde.net"; + ip = "80.59.0.0/16"; class = "Local"; }; @@ -350,12 +350,12 @@ # desde "*.ono.com" y al menos dos conexiones desde cuentas de acceso a # internet por modem que tengan "*.dial??.*" como máscara de host: # Client { -# host = "*@*.ono.com"; +# host = "*.ono.com"; # maxlinks = "1"; # class = "Otros"; # }; # Client { -# host = "*@dial??.*"; +# host = "dial??.*"; # maxlinks = "2"; # class = "Otros"; # }; @@ -363,8 +363,8 @@ # Si no te preocupa de quien se conecta, esta línea permitirá que se # conecten todos. Client { - host = "*@*"; - ip = "*@*"; + host = "*"; + ip = "*"; class = "Otros"; }; ----------------------- End of diff ----------------------- |