# Configuration file for DCBouncer <https://launchpad.net/dcbouncer>.

# Address (IP or domain name) of a client authorized to connect. Add multiple "AUTHORIZED=..."
# lines to specify multiple authorized addresses. If no authorized address is defined, anyone can
# connect.
AUTHORIZED=

# Certificate file containing a private key and a server certificate, to be used for secure
# connections. Linux servers often have one such file at "/etc/httpd/conf/httpd.pem".
# If no file is specified, DCBouncer will generate one and store it at "../var/DCBouncer/cert.pem".
CERT_FILE=

# Define one set of options for each hub you want to proxy. See the "README" file for information.
# Each profile must end with "OK".
# Note that the following are the only mandatory options; more are available.

LISTENING_PORT=
HUB_ADDRESS=
HUB_PORT=
OK
