X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2Fsample-ngircd.conf.tmpl;h=6e02048ffd93774bbe955f1490e05c43aaed80a9;hp=fee3570ef2780c2590812306d1977180ec5f1371;hb=fc0b0261496d2251e9917da96d5741da771f4bc1;hpb=fc55c945dbec745ff7b82652dd5f5b3b69096c82 diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index fee3570e..6e02048f 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -154,11 +154,18 @@ # maximum nick name length! ;MaxNickLength = 9 - # Set this hostname for every client instead of the real one - ;ClientHost = irc.example.net + # Let ngIRCd send an "authentication PING" when a new client connects, + # and register this client only after receiving the corresponding + # "PONG" reply. + ;RequireAuthPing = no + + # Set this hostname for every client instead of the real one. + # Please note: don't use the percentage sign ("%"), it is reserved for + # future extensions! + ;CloakHost = irc.example.net # Set every clients' user name to their nick name - ;ClientUserNick = yes + ;CloakUserToNick = yes [Features] # Do any DNS lookups when a client connects to the server.