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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. LoadModule = partyline
  14. MaxBufferSize = 500
  15. Motd = Connected to ZNC
  16. PidFile = /var/run/znc/znc.pid
  17. ProtectWebSessions = true
  18. SSLCertFile = /var/lib/znc/znc.pem
  19. ServerThrottle = 30
  20. Skin = _default_
  21. StatusPrefix = *
  22. Version = 1.0
  23. <Listener listener0>
  24. AllowIRC = true
  25. AllowWeb = true
  26. IPv4 = true
  27. IPv6 = false
  28. Port = 6697
  29. SSL = true
  30. </Listener>
  31. <User {{ irc_nick }}>
  32. Admin = true
  33. Allow = *
  34. AltNick = {{ irc_nick }}_
  35. AppendTimestamp = false
  36. AutoClearChanBuffer = true
  37. Buffer = 5000
  38. ChanModes = +stn
  39. DenyLoadMod = false
  40. DenySetBindHost = false
  41. Ident = {{ irc_ident }}
  42. JoinTries = 10
  43. LoadModule = controlpanel
  44. LoadModule = perform
  45. LoadModule = block_motd
  46. LoadModule = clientnotify
  47. MaxNetworks = 1
  48. MultiClients = true
  49. Nick = {{ irc_nick }}
  50. PrependTimestamp = true
  51. QuitMsg = {{ irc_quitmsg }}
  52. RealName = {{ irc_realname }}
  53. TimestampFormat = [%H:%M:%S]
  54. <Network freenode>
  55. FloodBurst = 4
  56. FloodRate = 1.00
  57. IRCConnectEnabled = true
  58. LoadModule = kickrejoin
  59. LoadModule = nickserv
  60. LoadModule = savebuff
  61. Server = chat.freenode.net +6667
  62. </Network>
  63. Pass = {{ irc_password_hash }}
  64. </User>