]> git.pld-linux.org Git - packages/bnc.git/blob - bnc.conf
- pl for -init
[packages/bnc.git] / bnc.conf
1 # <REQUIRED>
2 # listen <port> [maxusers]      Port to listen for connections on
3 # adminpass <password>          Password for Supervisor Access  
4 #
5 # [Optional]
6 # password <password>           Password required for general connection (recommended)
7 # allow <address> [address ...] list of ip/dns's that can use the bnc
8 # vhost <address> [address ...] Other Vhosts That Can Be Used (display only)
9 # defaultvhost <address>        Default Virtual Host to Use
10 # pidfile <filename>            Name of PID File (recommended if you use crontab)
11 # motdfile <filename>           Message of the day, displayed on connection of valid user
12 # logfile <filename>            Filename where to store logs
13
14 listen 9000 64
15
16 # if your pass starts with + it is encrypted, if not it is a normal pass
17 #adminpass ADMINPASS
18 #password PASSWORD
19
20 allow 127.0.0.1
21 motdfile /etc/bnc/motd
22 pidfile /var/run/bnc/bnc.pid
23 logfile /var/log/bnc.log
24
25 #vhost vhost.test.com
26 #defaultvhost 192.168.0.1
27 #pidfile pid.bnc
28 #motdfile motd
29 #logfile bnc.log
This page took 0.072188 seconds and 3 git commands to generate.