diff --git a/README.turnutils b/README.turnutils index 652b017..d318222 100644 --- a/README.turnutils +++ b/README.turnutils @@ -312,7 +312,7 @@ $ turnutils_oauth [options] DESCRIPTION -turnutils_oauth utilitiy provides help in OAuth access_token encryption and/or +turnutils_oauth utility provides help in OAuth access_token encryption and/or decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps for an Auth Server in access_token creation, and also for debugging purposes it helps the access_token validation and decryption. This utility inputs all the diff --git a/docker/coturn/README.md b/docker/coturn/README.md index 2166f19..48a45fb 100644 --- a/docker/coturn/README.md +++ b/docker/coturn/README.md @@ -96,7 +96,7 @@ By default, default Coturn configuration and CLI options provided in the `CMD` [ #### Automatic detection of external IP `detect-external-ip` binary may be used to automatically detect external IP of TURN server in runtime. -To add ` --external-ip=` using `detect-external-ip` as argument for `turnserver`, set envronment variable `DETECT_EXTERNAL_IP`. Also, environment variables `DETECT_RELAY_IP`, `DETECT_EXTERNAL_IPV6` and `DETECT_RELAY_IPV6` can be used for adding arugments ` --external-ip=` or ` --relay-ip=`. +To add ` --external-ip=` using `detect-external-ip` as argument for `turnserver`, set envronment variable `DETECT_EXTERNAL_IP`. Also, environment variables `DETECT_RELAY_IP`, `DETECT_EXTERNAL_IPV6` and `DETECT_RELAY_IPV6` can be used for adding arguments ` --external-ip=` or ` --relay-ip=`. It's okay to use it multiple times (the value will be evaluated only once). ```bash docker run -d --network=host \ diff --git a/docs/Redis.md b/docs/Redis.md index df39899..1017fa4 100644 --- a/docs/Redis.md +++ b/docs/Redis.md @@ -5,7 +5,7 @@ The TURN Server Redis database schema description can be found in schema.userdb.redis and schema.stats.redis files. Those files are located either in the turndb subdirectory of the main source code directory, or in /usr/local/share/turnserver/ after the installation, or somewhere in /usr/share/ -directory, depending on the OS and on the instalation package. +directory, depending on the OS and on the installation package. If the TURN server was compiled with Hiredis support (Hiredis is the C client library for Redis), then we can use the TURN server database parameter diff --git a/examples/scripts/selfloadbalance/secure_relay.sh b/examples/scripts/selfloadbalance/secure_relay.sh index d2e05a3..f779244 100755 --- a/examples/scripts/selfloadbalance/secure_relay.sh +++ b/examples/scripts/selfloadbalance/secure_relay.sh @@ -12,7 +12,7 @@ # Other options: # # 1) --aux-server=... options start two auxiliary severs on IP address 127.0.0.1 -# and ports 12345 and 12346, and two auxiliary servers on IP adress ::1 +# and ports 12345 and 12346, and two auxiliary servers on IP address ::1 # with the same ports. # 2) --self-udp-balance option forces the server to distribute the load from the # main server points to the auxiliary servers through the ALTERNATE-SERVER diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 23ce68b..ec48899 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -480,7 +480,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP] .fi .SS DESCRIPTION -\fIturnutils_oauth\fP utilitiy provides help in OAuth access_token encryption and/or +\fIturnutils_oauth\fP utility provides help in OAuth access_token encryption and/or decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps for an Auth Server in access_token creation, and also for debugging purposes it helps the access_token validation and decryption. This utility inputs all the