scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2KB

  1. [Global]
  2. Name = tildezero.xyz
  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 = _ngircd
  10. Ports = 6667
  11. [Limits]
  12. MaxConnections = 50
  13. MaxJoins = 5
  14. [Options]
  15. PAM = no
  16. PredefChannelsOnly = no
  17. RequireAuthPing = no
  18. SyslogFacility = local5
  19. ;WebircPassword = webpwd
  20. # Security related settings, useful for running servers with high anonimity, disable if desired
  21. Ident = no
  22. # Global password for all users needed to connect to the server
  23. # Password = abc
  24. # Set this hostname for every client instead of the real one.
  25. # Use %x to add the hashed value of the original hostname.
  26. CloakHost = tildezero.xyz
  27. # Set every clients' user name to their nickname
  28. CloakUserToNick = yes
  29. # Do dns lookup when a user connects
  30. DNS = no
  31. # Enhance user privacy slightly (useful for IRC server on TOR or I2P)
  32. # by censoring some information like idle time, logon time, etc.
  33. MorePrivacy = yes
  34. # Silently drop all incoming CTCP requests
  35. ScrubCTCP = yes
  36. #[Operator]
  37. # Name = someuser
  38. # Password = somepassword