WIP: chore(coturn): Switch to letsencrypt certificate

Fixes 
This commit is contained in:
Tristan Daniël Maat 2025-02-16 18:46:25 +08:00
parent 586ab969a4
commit 2f108e708f
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 47 additions and 6 deletions
configuration/services/metrics

View file

@ -20,6 +20,16 @@ in
timeout = "5s";
http.preferred_ip_protocol = "ip4";
};
turn_server = {
prober = "tcp";
timeout = "5s";
tcp = {
preferred_ip_protocol = "ip4";
source_ip_address = "116.202.158.55";
tls = true;
};
};
};
};
};