ngircd-test2.conf 484 B

1234567891011121314151617181920212223242526272829303132
  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. PAM = no
  17. [Operator]
  18. Name = TestOp
  19. Password = 123
  20. [Server]
  21. Name = ngircd.test.server
  22. Host = 127.0.0.1
  23. Port = 6789
  24. MyPassword = pwd2
  25. PeerPassword = pwd1
  26. # -eof-