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.

29 lines
859 B

  1. config znc
  2. # where to listen for connections
  3. list listener '192.168.1.1 1234'
  4. # If using SSL sockets, use the following certifcate:
  5. # option znc_ssl_cert '/etc/znc.cert'
  6. # load global modules (You need to install them first):
  7. # list module 'fail2ban'
  8. # remove this to enable the service
  9. option disabled 1
  10. config user 'sampleUser'
  11. # Use either a plain text password or use the full sha256#... line.
  12. # You can generate one with 'znc -s'.
  13. option password 'changeme'
  14. option nick 'sampleUser'
  15. option altnick 'userSample'
  16. option ident 'openwrt'
  17. option realname 'John Doe'
  18. # This adds support for channels in znc configuration:
  19. # list channel '#chan optional_password'
  20. # list of allowed servers:
  21. # list server 'chat.freenode.net 6667'
  22. # load user modules ('<module> [params...]'):
  23. # list module 'simple_away -timer 10 disconnected'