about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test3.conf
diff options
context:
space:
mode:
authorJohann Hartwig Hauschild <git@hauschild.it>2020-04-25 00:04:38 +0200
committerJohann Hartwig Hauschild <git@hauschild.it>2020-04-25 00:04:38 +0200
commit11ea6a5070e27194a28267937067203d13e5b4a4 (patch)
treef9ffca4a89f44ccaae79a3471786862b10d44fc6 /src/testsuite/ngircd-test3.conf
parent86f3c563d6a6f86fd4f8c9fc303808bbf85d29c3 (diff)
downloadngircd-11ea6a5070e27194a28267937067203d13e5b4a4.tar.gz
ngircd-11ea6a5070e27194a28267937067203d13e5b4a4.zip
updating testsuite to support ssl-tests
Diffstat (limited to 'src/testsuite/ngircd-test3.conf')
-rw-r--r--src/testsuite/ngircd-test3.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/testsuite/ngircd-test3.conf b/src/testsuite/ngircd-test3.conf
new file mode 100644
index 00000000..198c982f
--- /dev/null
+++ b/src/testsuite/ngircd-test3.conf
@@ -0,0 +1,31 @@
+# ngIRCd test suite
+# configuration file for test server #1
+
+[Global]
+	Name = ngircd.test.server
+	Info = ngIRCd Test-Server 3
+	Listen = 127.0.0.1
+	Ports = 6789
+	MotdFile = ngircd-test3.motd
+	AdminEMail = admin@irc.server
+
+[SSL]
+        CertFile = ssl/cert.pem
+        KeyFile = ssl/key.pem
+        DHFile = ssl/dhparams.pem
+        Ports = 6697
+
+
+[Limits]
+	MaxConnectionsIP = 0
+	MaxJoins = 4
+	MaxPenaltyTime = 1
+
+[Options]
+	OperCanUseMode = yes
+	Ident = no
+	IncludeDir = /var/empty
+	DNS = no
+	PAM = no
+
+# -eof-