feat: built-in Tor onion service via kmp-tor#127
Open
greenart7c3 wants to merge 1 commit intomasterfrom
Open
Conversation
Adds an opt-in Tor v3 hidden service so Citrine's local relay can be reached over the Tor network without port-forwarding. When the new "Expose relay over Tor" setting is enabled, kmp-tor 2.6.0 is started alongside the WebSocket server and maps the configurable onion virtual port to 127.0.0.1:<relayPort>. The resolved .onion hostname is persisted, surfaced on the Home and Settings screens, and tap-to-copy. Tor lifecycle is bound to the WebSocket server's foreground service. https://claude.ai/code/session_01GzuqEzvvCjipBPAe3fF3Zn
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.
Adds an opt-in Tor v3 hidden service so Citrine's local relay can be
reached over the Tor network without port-forwarding. When the new
"Expose relay over Tor" setting is enabled, kmp-tor 2.6.0 is started
alongside the WebSocket server and maps the configurable onion virtual
port to 127.0.0.1:.
The resolved .onion hostname is persisted, surfaced on the Home and
Settings screens, and tap-to-copy. Tor lifecycle is bound to the
WebSocket server's foreground service.
https://claude.ai/code/session_01GzuqEzvvCjipBPAe3fF3Zn