]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Always cloak client hostname, if needed
[ngircd-alex.git] / src / testsuite / ngircd-test2.conf
1 # ngIRCd test suite
2 # configuration file for test server #2
3
4 [Global]
5         Name = ngircd.test.server2
6         Info = ngIRCd Test-Server 2
7         Listen = 127.0.0.1
8         Ports = 6790
9         MotdFile = ngircd-test2.motd
10         AdminEMail = admin@irc.server2
11
12 [Limits]
13         MaxConnectionsIP = 0
14         MaxJoins = 4
15
16 [Options]
17         OperCanUseMode = yes
18         Ident = no
19         PAM = no
20
21 [Operator]
22         Name = TestOp
23         Password = 123
24
25 [Server]
26         Name = ngircd.test.server
27         Host = 127.0.0.1
28         Port = 6789
29         MyPassword = pwd2
30         PeerPassword = pwd1
31
32 # -eof-