ngircd-test2.conf 519 B

12345678910111213141516171819202122232425262728293031323334
  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. Listen = 127.0.0.1
  7. Ports = 6790
  8. MotdFile = ngircd-test2.motd
  9. AdminEMail = admin@irc.server2
  10. [Limits]
  11. MaxConnectionsIP = 0
  12. MaxJoins = 4
  13. [Options]
  14. OperCanUseMode = yes
  15. Ident = no
  16. IncludeDir = /var/empty
  17. DNS = no
  18. PAM = no
  19. [Operator]
  20. Name = TestOp
  21. Password = 123
  22. [Server]
  23. Name = ngircd.test.server
  24. Host = 127.0.0.1
  25. Port = 6789
  26. MyPassword = pwd2
  27. PeerPassword = pwd1
  28. # -eof-