c8666d588b7d2e8dd5fe96c495b83e65707a6cca
The endpoint previously used presets::N0, which both relays through n0's servers and publishes a signed EndpointId->addresses record to n0's public DNS every time you go online. Since PeerSpeak already exchanges full peer addresses via the join ticket and gossip, that DNS presence beacon is redundant here. Adds a NetworkMode config option (persisted, switchable from Settings): - RelayNoDiscovery (new default): presets::Minimal + RelayMode::Default + the in-memory address lookup. Keeps n0 relay for NAT traversal but drops the DNS publish/resolve, so n0 only ever sees relayed-call metadata, never a standing online beacon. - N0Full: previous behavior (relay + DNS) for maximum reliability. - DirectOnly: RelayMode::Disabled, fully serverless. The mode is applied when the endpoint is built on room join. Existing config.json files load unchanged via #[serde(default)]. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Releases
10
Languages
Rust
98.8%
Shell
0.4%
Nix
0.4%
Python
0.2%
Inno Setup
0.2%