]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- update 2.9.4 (add ssl options)
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 Sep 2005 15:57:09 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc.conf -> 1.2

bnc.conf

index ff64454068450bcfb50b2c15d81ca3f1d3b988f2..0fb4c1318a52dfb33d2090a897f3e563fba64612 100644 (file)
--- a/bnc.conf
+++ b/bnc.conf
@@ -1,8 +1,14 @@
+# Bnc Configuration File
+#
 # <REQUIRED>
 # listen <port> [maxusers]     Port to listen for connections on
-# adminpass <password>         Password for Supervisor Access  
+# Or..
+# listenex [--ssl] [--limit <maxusers>] [--localhost <hostname>] <port>
+# adminpass <password>         Password for Supervisor Access
 #
 # [Optional]
+# privatekey <filename>       Required if SSL server is used
+# publickey <filename>        Required if SSL server is used
 # password <password>          Password required for general connection (recommended)
 # allow <address> [address ...]        list of ip/dns's that can use the bnc
 # vhost <address> [address ...] Other Vhosts That Can Be Used (display only)
@@ -12,6 +18,9 @@
 # logfile <filename>           Filename where to store logs
 
 listen 9000 64
+#listenex --ssl --limit 64 --localhost localhost 43726
+#privatekey /etc/bnc/bnc.pem
+#publickey /etc/bnc/bnc.pem
 
 # if your pass starts with + it is encrypted, if not it is a normal pass
 #adminpass ADMINPASS
@@ -24,6 +33,6 @@ logfile /var/log/bnc.log
 
 #vhost vhost.test.com
 #defaultvhost 192.168.0.1
-#pidfile pid.bnc
-#motdfile motd
-#logfile bnc.log
+#motdfile /etc/bnc/motd
+#pidfile /var/run/bnc/bnc.pid
+#logfile /var/log/bnc.log
This page took 0.050402 seconds and 4 git commands to generate.