ngircd.conf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [Global]
  2. Name = changeme.onion
  3. AdminInfo1 = null
  4. AdminInfo2 = null
  5. AdminEMail = null@null.tld
  6. Info = priv8 pls go away
  7. MotdFile = /etc/ngircd/ngircd.motd
  8. ServerGID = irc
  9. ServerUID = irc
  10. [SSL]
  11. Ports = 6667
  12. KeyFile = /etc/ngircd/server.key
  13. CertFile = /etc/ngircd/server.crt
  14. #KeyFilePassword = password
  15. [Limits]
  16. MaxConnections = 50
  17. MaxJoins = 5
  18. [Options]
  19. PAM = no
  20. PredefChannelsOnly = no
  21. RequireAuthPing = no
  22. SyslogFacility = local5
  23. ;WebircPassword = webpwd
  24. # Security related settings, useful for running servers with high anonimity, disable if desired
  25. Ident = no
  26. # Global password for all users needed to connect to the server
  27. Password = abc
  28. # Set this hostname for every client instead of the real one.
  29. # Use %x to add the hashed value of the original hostname.
  30. CloakHost = cloaked.host
  31. # Set every clients' user name to their nickname
  32. CloakUserToNick = yes
  33. # Do dns lookup when a user connects
  34. DNS = no
  35. # Enhance user privacy slightly (useful for IRC server on TOR or I2P)
  36. # by censoring some information like idle time, logon time, etc.
  37. MorePrivacy = yes
  38. # Silently drop all incoming CTCP requests
  39. ScrubCTCP = yes
  40. [Operator]
  41. Name = changeme
  42. Password = changeme
  43. [Channel]
  44. Name = #PrivateLobby
  45. Topic = Private conversation
  46. Modes = tnk
  47. Key = channelpassword
  48. [Channel]
  49. Name = #general
  50. Topic = General conversation
  51. Modes = tn