]> arthur.barton.de Git - ngircd.git/blob - src/testsuite/ngircd-test3.conf
updating testsuite to support ssl-tests
[ngircd.git] / src / testsuite / ngircd-test3.conf
1 # ngIRCd test suite
2 # configuration file for test server #1
3
4 [Global]
5         Name = ngircd.test.server
6         Info = ngIRCd Test-Server 3
7         Listen = 127.0.0.1
8         Ports = 6789
9         MotdFile = ngircd-test3.motd
10         AdminEMail = admin@irc.server
11
12 [SSL]
13         CertFile = ssl/cert.pem
14         KeyFile = ssl/key.pem
15         DHFile = ssl/dhparams.pem
16         Ports = 6697
17
18
19 [Limits]
20         MaxConnectionsIP = 0
21         MaxJoins = 4
22         MaxPenaltyTime = 1
23
24 [Options]
25         OperCanUseMode = yes
26         Ident = no
27         IncludeDir = /var/empty
28         DNS = no
29         PAM = no
30
31 # -eof-