From 79404c875dbf20ba783c72b31111c6e2228d28a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Aug 2022 14:38:49 -0400 Subject: begin rehighlighting of custom info in templates --- content/coturn.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/coturn.md') 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={{}}turn.example.org{{}} +realm={{}}turn.example.org{{}} 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={{}}your_auth_secret{{}} ``` ## 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/{{}}turn.example.org{{}}/fullchain.pem +pkey=/etc/letsencrypt/live/{{}}turn.example.org{{}}/privkey.pem ``` ## Starting Coturn -- cgit v1.2.3