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