]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- default service config
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Feb 2005 15:19:27 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc.conf -> 1.1

bnc.conf [new file with mode: 0644]

diff --git a/bnc.conf b/bnc.conf
new file mode 100644 (file)
index 0000000..ff64454
--- /dev/null
+++ b/bnc.conf
@@ -0,0 +1,29 @@
+# <REQUIRED>
+# listen <port> [maxusers]     Port to listen for connections on
+# adminpass <password>         Password for Supervisor Access  
+#
+# [Optional]
+# 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)
+# defaultvhost <address>       Default Virtual Host to Use
+# pidfile <filename>           Name of PID File (recommended if you use crontab)
+# motdfile <filename>          Message of the day, displayed on connection of valid user
+# logfile <filename>           Filename where to store logs
+
+listen 9000 64
+
+# if your pass starts with + it is encrypted, if not it is a normal pass
+#adminpass ADMINPASS
+#password PASSWORD
+
+allow 127.0.0.1
+motdfile /etc/bnc/motd
+pidfile /var/run/bnc/bnc.pid
+logfile /var/log/bnc.log
+
+#vhost vhost.test.com
+#defaultvhost 192.168.0.1
+#pidfile pid.bnc
+#motdfile motd
+#logfile bnc.log
This page took 0.350091 seconds and 4 git commands to generate.