From 336a6469ccb0bc39e5e891fe437ebe4d1f30203a Mon Sep 17 00:00:00 2001 From: mhoellein Date: Fri, 10 Nov 2023 14:11:52 +0100 Subject: [PATCH] daily autocommit --- janus/janus.jcfg | 8 ++++---- janus/janus.transport.http.jcfg | 2 +- janus/janus.transport.websockets.jcfg | 2 +- turnserver.conf | 26 +++++++++++++------------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/janus/janus.jcfg b/janus/janus.jcfg index c879d7829..db25ba1e2 100644 --- a/janus/janus.jcfg +++ b/janus/janus.jcfg @@ -175,10 +175,10 @@ media: { # 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 @@ -210,7 +210,7 @@ nat: { # 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 diff --git a/janus/janus.transport.http.jcfg b/janus/janus.transport.http.jcfg index 6da22665e..3f69b2171 100644 --- a/janus/janus.transport.http.jcfg +++ b/janus/janus.transport.http.jcfg @@ -18,7 +18,7 @@ general: { http = true # Whether to enable the plain HTTP interface port = 8088 # Web server HTTP port #interface = "eth0" # Whether we should bind this server to a specific interface only - #ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only + ip = 127.0.0.1 # Whether we should bind this server to a specific IP address (v4 or v6) only https = false # Whether to enable HTTPS (default=false) #secure_port = 8089 # Web server HTTPS port, if enabled #secure_interface = "eth0" # Whether we should bind this server to a specific interface only diff --git a/janus/janus.transport.websockets.jcfg b/janus/janus.transport.websockets.jcfg index 51db012b0..b8929a6de 100644 --- a/janus/janus.transport.websockets.jcfg +++ b/janus/janus.transport.websockets.jcfg @@ -9,7 +9,7 @@ general: { ws = true # Whether to enable the WebSockets API ws_port = 8188 # WebSockets server port #ws_interface = "eth0" # Whether we should bind this server to a specific interface only - #ws_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only + ws_ip = "127.0.0.1" # Whether we should bind this server to a specific IP address only wss = false # Whether to enable secure WebSockets #wss_port = 8989 # WebSockets server secure port, if enabled #wss_interface = "eth0" # Whether we should bind this server to a specific interface only diff --git a/turnserver.conf b/turnserver.conf index 1b5eda12d..eb9864dde 100644 --- a/turnserver.conf +++ b/turnserver.conf @@ -49,9 +49,9 @@ listening-port=3478 # 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. @@ -146,8 +146,8 @@ listening-port=3478 # 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. @@ -222,7 +222,7 @@ use-auth-secret # 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. @@ -335,7 +335,7 @@ static-auth-secret=MsVbzUzAznAbdi3QVE4wYWnpk1lNrrDB3AJt # 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 @@ -362,7 +362,7 @@ total-quota=0 # 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. @@ -384,12 +384,12 @@ total-quota=0 # 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). @@ -488,7 +488,7 @@ stale-nonce=600 # 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 @@ -616,7 +616,7 @@ no-multicast-peers # Mobility with ICE (MICE) specs support. # -#mobility +mobility # Allocate Address Family according # If enabled then TURN server allocates address family according the TURN @@ -630,12 +630,12 @@ no-multicast-peers # 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= +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= +proc-group=turnserver # Turn OFF the CLI support. # By default it is always ON. -- 2.43.0