packages/net/znc/files/znc.conf
jogo d37b83b518 packages: znc: don't start with default config
Don't connect to freenode if there is only the default configuration.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-13 14:07:55 +00:00

30 lines
859 B
Plaintext

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