# be used for gathering candidates, and enable or disable the
# internal libnice debugging, if needed.
nat: {
- #stun_server = "stun.voip.eutelia.it"
- #stun_port = 3478
+ stun_server = "stun.hoellein.online"
+ stun_port = 3478
nice_debug = false
- #full_trickle = true
+ full_trickle = true
#ice_lite = true
#ice_tcp = true
# the HTTP method to use (GET or POST) and, if required, the API key Janus
# must provide.
#turn_rest_api = "http://yourbackend.com/path/to/api"
- #turn_rest_api_key = "anyapikeyyoumayhaveset"
+ turn_rest_api_key = "97b1cfe8be1162f868614cf95a6489237bf8a1fe"
#turn_rest_api_method = "GET"
# You can also choose which interfaces should be explicitly used by the
# If no IP(s) specified in the config file or in the command line options,
# then all IPv4 and IPv6 system IPs will be used for listening.
#
-#listening-ip=172.17.19.101
+listening-ip=207.180.228.45
#listening-ip=10.207.21.238
-#listening-ip=2607:f0d0:1002:51::4
+listening-ip=2a02:c207:3003:1768::1
# Auxiliary STUN/TURN server listening endpoint.
# Aux servers have almost full TURN and STUN functionality.
# Lower and upper bounds of the UDP relay endpoints:
# (default values are 49152 and 65535)
#
-#min-port=49152
-#max-port=65535
+min-port=49152
+max-port=65535
# Uncomment to run TURN server in 'normal' 'moderate' verbose mode.
# By default the verbose mode is off.
# in user database (if present). The database-stored value can be changed on-the-fly
# by a separate program, so this is why that other mode is 'dynamic'.
#
-static-auth-secret=MsVbzUzAznAbdi3QVE4wYWnpk1lNrrDB3AJt
+static-auth-secret=Xc8v1j5CsBMHhjgspV8XyD9V3x2rn
# Server name used for
# the oAuth authentication purposes.
# The default value is the realm name.
# Note: If default realm is not specified at all, then realm falls back to the host domain name.
# If domain name is empty string, or '(None)', then it is initialized to am empty string.
#
-realm=hoellein.online
+realm=stun.hoellein.online
# The flag that sets the origin consistency
# check: across the session, all requests must have the same
# the available buffer limits).
# This option can also be set through the database, for a particular realm.
#
-#max-bps=0
+max-bps=0
#
# Maximum server capacity.
# Uncomment if no TLS client listener is desired.
# By default TLS client listener is always started.
#
-#no-tls
+no-tls
# Uncomment if no DTLS client listener is desired.
# By default DTLS client listener is always started.
#
-#no-dtls
+no-dtls
# Uncomment if no UDP relay endpoints are allowed.
# By default UDP relay endpoints are enabled (like in RFC 5766).
# the configured log file. With this option everything will be
# going to the configured log only (unless the log file itself is stdout).
#
-#no-stdout-log
+no-stdout-log
# Option to set the log file name.
# By default, the turnserver tries to open a log file in
# Mobility with ICE (MICE) specs support.
#
-#mobility
+mobility
# Allocate Address Family according
# If enabled then TURN server allocates address family according the TURN
# User name to run the process. After the initialization, the turnserver process
# will make an attempt to change the current user ID to that user.
#
-#proc-user=<user-name>
+proc-user=turnserver
# Group name to run the process. After the initialization, the turnserver process
# will make an attempt to change the current group ID to that group.
#
-#proc-group=<group-name>
+proc-group=turnserver
# Turn OFF the CLI support.
# By default it is always ON.