mirror of https://github.com/synctv-org/synctv
fix(webrtc): use public STUN by default (#427)
## Summary - disable the built-in SyncTV STUN server by default across application, Compose, image, environment, and Helm configuration - default `webrtc.externalIceServers` to Cloudflare and Google public STUN endpoints while preserving persisted overrides and explicit `[]` - update deployment validation, tests, examples, and English/Chinese documentation Tailscale is not included because it publishes STUN endpoints through its dynamic DERP map and does not provide a stable general-purpose hostname suitable for this default. ## Testing - `cargo fmt --all -- --check` - `cargo test -p synctv-core --test global_settings_registry_tests` - `cargo test -p synctv-core test_runtime_settings_default_to_public_stun_servers` - `cargo test -p synctv default_webrtc_config_disables_builtin_stun` - `cargo check --workspace --all-targets` - `bash scripts/validate-helm.sh` - Compose configuration rendering - `npm run validate:content` - `npm run check` - `git diff --check`pull/428/head
parent
8711158d60
commit
96d22abe99
Loading…
Reference in New Issue