implement IAUTH client code to query a separate server before allowing
[ircu2.10.12-pk.git] / doc / example.conf
index c55148c51524ad34b026820550095e16be097911..d6132afdc936ab79806883003724deab82d146eb 100644 (file)
@@ -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"