synapse: coturn set port

This commit is contained in:
2023-08-30 23:49:51 +08:00
parent b679bc595a
commit e413b16605

View File

@@ -56,7 +56,7 @@ inputs:
admin_contact = "mailto:chn@chn.moe";
enable_registration = true;
registrations_require_3pid = [ "email" ];
turn_uris = [ "turns:coturn.chn.moe?transport=udp" ];
turn_uris = [ "turns:coturn.chn.moe:3478?transport=udp" ];
max_upload_size = "1024M";
web_client_location = "https://element.chn.moe/";
serve_server_wellknown = true;