27 lines
897 B
Text
27 lines
897 B
Text
|
# See https://github.com/johni0702/mumble-web-proxy for details
|
||
|
|
||
|
# If this file is e.g. named /etc/mumble-web/proxy/mumble.conf
|
||
|
# run the systemd service as mumble-web-proxy@mumble.service
|
||
|
|
||
|
# Port to listen for WebSocket (non TLS) connections on
|
||
|
listen-ws = 64737
|
||
|
|
||
|
# Hostname and (optionally) port of the upstream Mumble server
|
||
|
server = 'mumble.example.org:64738'
|
||
|
|
||
|
# Connect to upstream server even when its certificate is
|
||
|
# invalid. Only ever use this if know that your server is using a
|
||
|
# self-signed certificate!
|
||
|
#accept-invalid-certificate
|
||
|
|
||
|
# If your mumble-web-proxy is running behind a firewall or NAT, you
|
||
|
# need to allocate a range of ports to it which it can use for ICE
|
||
|
# connection establishment.
|
||
|
#ice-port-min = 20000
|
||
|
#ice-port-max = 21000
|
||
|
|
||
|
# For NATs, you additionally need to provide it with its publicly
|
||
|
# reachable IP address(es):
|
||
|
#ice-ipv4 = '1.2.3.4'
|
||
|
#ice-ipv6 = '2001:db8::1ce'
|