No Description
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.

var_lib_znc_configs_znc.conf.j2 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // WARNING
  2. //
  3. // Do NOT edit this file while ZNC is running!
  4. // Use webadmin or *controlpanel instead.
  5. //
  6. // Buf if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
  7. // Also check http://en.znc.in/wiki/Configuration
  8. AnonIPLimit = 10
  9. ConnectDelay = 5
  10. LoadModule = webadmin
  11. LoadModule = fail2ban
  12. LoadModule = lastseen
  13. MaxBufferSize = 500
  14. PidFile = /var/run/znc/znc.pid
  15. ProtectWebSessions = true
  16. ServerThrottle = 30
  17. Skin = _default_
  18. StatusPrefix = *
  19. Version = 1.0
  20. <Listener listener0>
  21. AllowIRC = true
  22. AllowWeb = true
  23. IPv4 = true
  24. IPv6 = false
  25. Port = 6697
  26. SSL = true
  27. </Listener>
  28. <User TODO>
  29. Admin = true
  30. Allow = *
  31. AltNick = TODO_
  32. AppendTimestamp = false
  33. AutoClearChanBuffer = true
  34. Buffer = 5000
  35. ChanModes = +stn
  36. DenyLoadMod = false
  37. DenySetBindHost = false
  38. Ident = TODO
  39. JoinTries = 10
  40. LoadModule = controlpanel
  41. LoadModule = perform
  42. LoadModule = block_motd
  43. LoadModule = clientnotify
  44. MaxNetworks = 1
  45. MultiClients = true
  46. Nick = TODO
  47. PrependTimestamp = true
  48. QuitMsg = TODO
  49. RealName = TODO
  50. TimestampFormat = [%H:%M:%S]
  51. <Network freenode>
  52. FloodBurst = 4
  53. FloodRate = 1.00
  54. IRCConnectEnabled = true
  55. LoadModule = kickrejoin
  56. LoadModule = nickserv
  57. LoadModule = savebuff
  58. Server = chat.freenode.net 6665
  59. </Network>
  60. <Pass password>
  61. Hash = TODO
  62. Method = SHA256
  63. Salt = TODO
  64. </Pass>
  65. </User>