You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relay configuration has been redesigned around a clearer positive model: relay_enabled, use_community_relays, and custom_relay_addresses.
This is a BREAKING config change. Older disable_relay-based config files are no longer the active model for relay behavior in this release.
Relay resolution now combines the community relay set and custom relay addresses explicitly, instead of treating custom relay addresses as an implicit full replacement path.
Added
New fungi relay command group for local relay configuration management.
New daemon gRPC relay configuration APIs for showing relay config, toggling relay usage, toggling community relays, and adding or removing custom relay addresses.
Relay config persistence helpers and unit coverage in fungi-config.
A real CLI smoke test covering offline relay config changes, online relay config changes through the daemon, and protection against later daemon-driven config writes overwriting relay updates.
Fixed
Local CLI daemon connection now verifies that the connected daemon belongs to the requested --fungi-dir, avoiding accidental writes against another local fungi daemon that happens to share the same RPC port.