-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.conf
33 lines (31 loc) · 1.09 KB
/
example.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Bnc Configuration File
#
# <REQUIRED>
# listen <port> [maxusers] Port to listen for connections on
# 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)
# 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
#
# EXAMPLE CONFIG - CHANGE THIS:
# if your pass starts with + it is encrypted, if not it is a normal pass
#
listen 9000
password testpass
adminpass +qcNQHJfDIAfhQ
allow *
vhost vhost.test.com
defaultvhost 192.168.0.1
pidfile pid.bnc
motdfile motd
logfile bnc.log