From 0e68d034c3127244e1c290623371812aa73b61d5 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:24:53 +0900 Subject: [PATCH] Edit documentation --- docker-compose.yml | 2 +- egl.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8de0ff8..d35f0d1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: # - SELKIES_TURN_PORT=3478 # Change to `tcp` if the UDP protocol is throttled or blocked in your client network, or when the TURN server does not support UDP # - SELKIES_TURN_PROTOCOL=udp - # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this + # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt with your TURN server to enable TURN over TLS # - SELKIES_TURN_TLS=false # Internal TURN server settings, do not uncomment other TURN server settings below this when using an internal TURN server # - TURN_MIN_PORT=65534 diff --git a/egl.yml b/egl.yml index 7c29156..6ab7480 100644 --- a/egl.yml +++ b/egl.yml @@ -101,7 +101,7 @@ spec: # Change to `tcp` if the UDP protocol is throttled or blocked in your client network, or when the TURN server does not support UDP # - name: SELKIES_TURN_PROTOCOL # value: "udp" - # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this + # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt with your TURN server to enable TURN over TLS # - name: SELKIES_TURN_TLS # value: "false" # Internal TURN server settings, do not uncomment other TURN server settings below this when using an internal TURN server