Merge branch 'u2_10_12_branch' of git://git.code.sf.net/p/undernet-ircu/ircu2
[ircu2.10.12-pk.git] / ircd / test / ircd-t1.conf
index 92243ffb621d8e9207cd8e0131017772adb5a574..66472b08da7fc8454cb257b21ee8b4f9377e20bd 100644 (file)
@@ -46,6 +46,15 @@ Connect {
         autoconnect = yes; # forces a DNS resolution attempt
 };
 
+Connect {
+        name = "test-2.example.net";
+        host = "::1";
+        password = "bogus_example";
+        port = 7710;
+        class = "Server";
+        autoconnect = no;
+};
+
 CRule {
         server = "bogus.example.net";
         all = yes;
@@ -94,4 +103,5 @@ Pseudo "X" {
 
 Features {
         "HIS_STATS_k" = "FALSE";
+        "PPATH" = "ircd-t1.pid";
 };