]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Fri, 10 Nov 2023 13:11:52 +0000 (14:11 +0100)
committermhoellein <mario@hoellein.online>
Fri, 10 Nov 2023 13:11:52 +0000 (14:11 +0100)
janus/janus.jcfg
janus/janus.transport.http.jcfg
janus/janus.transport.websockets.jcfg
turnserver.conf

index c879d7829e7903c8391566d50f0b0ff80c6f12fc..db25ba1e2033fd4cd5e65d1432d2f20fba4649d8 100644 (file)
@@ -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
index 6da22665ecb223195cee60917f6d83793dfe24c6..3f69b21714e2a40f4711fdccb2d92d803c8c1729 100644 (file)
@@ -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
index 51db012b0a93a190a6a825bb65a43f59ec86ef1c..b8929a6de703e08dc98e12ef407cbcbc2d94d42a 100644 (file)
@@ -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
index 1b5eda12d0cfb317891279fb3420eaa09955d6fd..eb9864dde7d84581ad98550eded76968a2784776 100644 (file)
@@ -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=<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.