SOURCES: bnc.conf - update 2.9.4 (add ssl options)

glen glen at pld-linux.org
Sat Sep 24 17:57:14 CEST 2005


Author: glen                         Date: Sat Sep 24 15:57:14 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update 2.9.4 (add ssl options)

---- Files affected:
SOURCES:
   bnc.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/bnc.conf
diff -u SOURCES/bnc.conf:1.1 SOURCES/bnc.conf:1.2
--- SOURCES/bnc.conf:1.1	Thu Feb  3 16:19:27 2005
+++ SOURCES/bnc.conf	Sat Sep 24 17:57:09 2005
@@ -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 @@
 
 #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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bnc.conf?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list