Update 'content/instant-messaging/server-support-for-audio-video-calls.md'
This commit is contained in:
parent
b95d37e265
commit
19c6f7e527
@ -82,13 +82,13 @@ The file looks like this:
|
||||
no-cli # disable command-line access
|
||||
|
||||
|
||||
Now time for some config. Edit file in a few places:
|
||||
Now time for some config. You need to edit `/etc/tunserver.conf` in a few places.
|
||||
|
||||
Add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command:
|
||||
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`
|
||||
|
||||
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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user