summaryrefslogtreecommitdiff
path: root/content/coturn.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
commit79404c875dbf20ba783c72b31111c6e2228d28a2 (patch)
tree1a80d0322bf9f81cf26da2204d95c98db854d93b /content/coturn.md
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/coturn.md')
-rw-r--r--content/coturn.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/coturn.md b/content/coturn.md
index 5dd60b3..7c9687c 100644
--- a/content/coturn.md
+++ b/content/coturn.md
@@ -36,8 +36,8 @@ turnserver.
Here is an example of some sane defaults:
```md
-server-name=turn.example.org
-realm=turn.example.org
+server-name={{<hl>}}turn.example.org{{</hl>}}
+realm={{<hl>}}turn.example.org{{</hl>}}
listening-ip=your_public_ip
listening-port=3478
@@ -75,7 +75,7 @@ configuration in `turnserver.conf`:
```txt
use-auth-secret
-static-auth-secret=your_auth_secret
+static-auth-secret={{<hl>}}your_auth_secret{{</hl>}}
```
## TURNS (TLS Encryption)
@@ -89,8 +89,8 @@ To utilize TURNS, certificates need to be declared for
**turn.example.org** in `turnserver.conf`:
```txt
-cert=/etc/letsencrypt/live/turn.example.org/fullchain.pem
-pkey=/etc/letsencrypt/live/turn.example.org/privkey.pem
+cert=/etc/letsencrypt/live/{{<hl>}}turn.example.org{{</hl>}}/fullchain.pem
+pkey=/etc/letsencrypt/live/{{<hl>}}turn.example.org{{</hl>}}/privkey.pem
```
## Starting Coturn