[codex] add native Tailscale support to neo#3
Merged
Conversation
cadl
marked this pull request as ready for review
July 12, 2026 07:44
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
Relationship to existing work
This PR targets the updated neo branch after #2 was merged. The keychain and fish terminal foundation originated in Fishason#6; this PR layers the 3DS-native Tailscale transport on top without adding the upstream-oriented branch history again.
libts3ds is maintained at https://github.com/cadl/libts3ds and is pinned to the libts3ds-v0.1.0 release.
Configuration
Setting tailscale_auth_key enables first-time registration. The default hostname is dssh-3ds and the default state path is sdmc:/3ds/3dssh/tailscale.state. A persisted state can start Tailscale without keeping an auth key in the config.
Build
The normal make command is unchanged, but the repository must be cloned recursively or initialized with:
The top-level Makefile builds libts3ds before linking DSSH.
Validation