From 3b794c84a968b21ec1579ac69ae6c525a8b4b7a7 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Sun, 23 Feb 2025 22:09:11 +0100 Subject: [PATCH] Update README.kustomize.md --- README.kustomize.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.kustomize.md b/README.kustomize.md index 9976f2b..42d1e13 100644 --- a/README.kustomize.md +++ b/README.kustomize.md @@ -189,18 +189,24 @@ After installing, clear the contents of the `/etc/turnserver.conf` configuration sudo nano /etc/turnserver.conf ``` -Add following configuration and save the `turnserver.conf` file. +Add following configuration and save the `turnserver.conf` file. Make sure to replace `` with the host IP address. ```conf -listening-device=eth0 listening-port=8443 -relay-ip=172.17.19.105 +relay-ip= fingerprint lt-cred-mech user=username1:password1 syslog ``` +Enable coturn on startup + +```bash +sudo systemctl enable coturn +sudo systemctl restart coturn +``` + ## Cleanup If you consider to remove the complete stack you might just disable the Microk8s installation