Relay auth token + custom-relay health in connection-path sheet; repin to v0.0.56 - #23
Merged
Merged
Conversation
Consume the new fields from the flextunnel FFI's flextunnel_conn_path / flextunnel_start: - queryConnPath() now returns a ConnectionSnapshot (paths + customRelays) and decodes the custom_relays[] array (url, working: Bool?, error). ConnPathSheet renders a "Custom relays" section — Working / Not working — <error> / Status unavailable — below the paths, mirroring ezvpn-apple. - Settings gains relayAuthToken, sent as relay_auth_token in the start config (trimmed; null when empty). A SecureField for it sits under the Relay URLs field in the setup form. Backward-compatible with the pinned release (unknown config fields are ignored; an absent custom_relays decodes to empty). Verified against a flextunnel source commit via the verify-flextunnel-commit workflow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
iOS side of the relay/discovery/connection-path port.
/healthzhealth and the relay auth token field in the connection-path sheet (ProxyController,ConnPathSheet,ContentView).Packages/Flextunnel/Package.swiftto the flextunnelv0.0.56release xcframework.🤖 Generated with Claude Code