]> git.pld-linux.org Git - packages/bnc.git/blame - bnc.conf
- tabs in preamble
[packages/bnc.git] / bnc.conf
CommitLineData
12647fc0
ER
1# Bnc Configuration File
2#
35d8526c
ER
3# <REQUIRED>
4# listen <port> [maxusers] Port to listen for connections on
12647fc0
ER
5# Or..
6# listenex [--ssl] [--limit <maxusers>] [--localhost <hostname>] <port>
7# adminpass <password> Password for Supervisor Access
35d8526c
ER
8#
9# [Optional]
12647fc0
ER
10# privatekey <filename> Required if SSL server is used
11# publickey <filename> Required if SSL server is used
35d8526c
ER
12# password <password> Password required for general connection (recommended)
13# allow <address> [address ...] list of ip/dns's that can use the bnc
14# vhost <address> [address ...] Other Vhosts That Can Be Used (display only)
15# defaultvhost <address> Default Virtual Host to Use
16# pidfile <filename> Name of PID File (recommended if you use crontab)
17# motdfile <filename> Message of the day, displayed on connection of valid user
18# logfile <filename> Filename where to store logs
19
20listen 9000 64
12647fc0
ER
21#listenex --ssl --limit 64 --localhost localhost 43726
22#privatekey /etc/bnc/bnc.pem
23#publickey /etc/bnc/bnc.pem
35d8526c
ER
24
25# if your pass starts with + it is encrypted, if not it is a normal pass
26#adminpass ADMINPASS
27#password PASSWORD
28
29allow 127.0.0.1
30motdfile /etc/bnc/motd
31pidfile /var/run/bnc/bnc.pid
32logfile /var/log/bnc.log
33
34#vhost vhost.test.com
35#defaultvhost 192.168.0.1
12647fc0
ER
36#motdfile /etc/bnc/motd
37#pidfile /var/run/bnc/bnc.pid
38#logfile /var/log/bnc.log
This page took 0.117566 seconds and 4 git commands to generate.