# # listen [maxusers] Port to listen for connections on # adminpass Password for Supervisor Access # # [Optional] # password Password required for general connection (recommended) # allow
[address ...] list of ip/dns's that can use the bnc # vhost
[address ...] Other Vhosts That Can Be Used (display only) # defaultvhost
Default Virtual Host to Use # pidfile Name of PID File (recommended if you use crontab) # motdfile Message of the day, displayed on connection of valid user # logfile 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