1
0

ngircd-test2.conf 449 B

123456789101112131415161718192021222324252627
  1. # ngIRCd test suite
  2. # configuration file for test server #2
  3. [Global]
  4. Name = ngircd.test.server2
  5. Info = ngIRCd Test-Server 2
  6. Ports = 6790
  7. MotdFile = ngircd-test2.motd
  8. AdminEMail = admin@irc.server2
  9. MaxConnectionsIP = 0
  10. OperCanUseMode = yes
  11. MaxJoins = 4
  12. NoIdent = yes
  13. NoPAM = yes
  14. [Operator]
  15. Name = TestOp
  16. Password = 123
  17. [Server]
  18. Name = ngircd.test.server
  19. Host = localhost
  20. Port = 6789
  21. MyPassword = pwd2
  22. PeerPassword = pwd1
  23. # -eof-