mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
Update README.kustomize.md
This commit is contained in:
@@ -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 `<ip_address>` with the host IP address.
|
||||
|
||||
```conf
|
||||
listening-device=eth0
|
||||
listening-port=8443
|
||||
relay-ip=172.17.19.105
|
||||
relay-ip=<ip_address>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user