From 7c2c1b60764c8c1c01d56c2da78339ae55b7b3e4 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 7 May 2020 17:45:13 +0200 Subject: [PATCH] so many little tweaks.. I should not work in the web interface of gitea --- .../server-support-for-audio-video-calls.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/instant-messaging/server-support-for-audio-video-calls.md b/content/instant-messaging/server-support-for-audio-video-calls.md index 19c3347..1378177 100644 --- a/content/instant-messaging/server-support-for-audio-video-calls.md +++ b/content/instant-messaging/server-support-for-audio-video-calls.md @@ -86,11 +86,13 @@ Now time for some config. You need to edit `/etc/tunserver.conf` in a few places First, add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command: -`curl https://ifconfig.co` + :::console + `curl https://ifconfig.co` -Then, set `static-auth-secret` to a decently long passphrase. You can also generate one with: +Then, set `static-auth-secret` to a decently long passphrase. You can also generate one with: -`openssl rand -base64 30`. + :::console + `openssl rand -base64 30`. Take note of it because we will need this secret later.