ZNC: Fix webadmin, allow external config and minor fixes
[packages.git] / net / znc / files / znc.conf
index f7eceb1..b281f44 100644 (file)
@@ -1,6 +1,9 @@
 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'