coturn: Fix outdated IP address #96

Manually merged
tlater merged 1 commit from tlater/fix-coturn into master 2024-03-13 01:43:49 +00:00
Showing only changes of commit 07f819cc58 - Show all commits

View file

@ -125,7 +125,7 @@ in {
static-auth-secret-file = config.sops.secrets."turn/secret".path; static-auth-secret-file = config.sops.secrets."turn/secret".path;
realm = turn-realm; realm = turn-realm;
relay-ips = [ relay-ips = [
"178.79.137.55" "116.202.158.55"
]; ];
# SSL config # SSL config