X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Fexample.conf;h=d6132afdc936ab79806883003724deab82d146eb;hb=141e9484fbf4e609601b69f4c0e48d1b1595d361;hp=c55148c51524ad34b026820550095e16be097911;hpb=04c8e6162ef4684cd531ca0311fec858186fe819;p=ircu2.10.12-pk.git diff --git a/doc/example.conf b/doc/example.conf index c55148c..d6132af 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -738,6 +738,15 @@ Pseudo "LOGIN" { nick = "X@channels.undernet.org"; }; +# You can ask a separate server whether to allow users to connect. +IAuth { + pass = "ircd-iauth"; + host = "127.0.0.1"; + port = 7700; + connectfreq = 30; + timeout = 60; +}; + # [features] # IRC servers have a large number of options and features. Most of these # are set at compile time through the use of #define's--see "make config"