Make server blocks default to leaf.
[ircu2.10.12-pk.git] / doc / example.conf
index c55148c51524ad34b026820550095e16be097911..c745f8a604b1fc657783b0a4bfdad890b12ad6b5 100644 (file)
@@ -381,8 +381,9 @@ motd {
 #  mask = "servermask";
 #  # No is assumed for these unless you set it to yes.
 #  uworld = no;
-#  leaf = no;
-#  hub = yes;
+#  hub = no;
+#  # Yes is assumed for "leaf" unless you set it to no.
+#  leaf = yes;
 # };
 #
 # Note: (1) These lines are agreed on by every server admin on Undernet;
@@ -738,6 +739,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"