We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing tailscale.socketPath does not appear to be respected.
tailscale.socketPath
./tool/go run ./cmd/tailscaled --socket=/tmp/ts/ts1.sock --state=/tmp/ts/ts1.state --statedir=/Library/Tailscale
Then when setting tailscale.socketPath to /tmp/ts/ts1.sock it's still using the App Store client.
/tmp/ts/ts1.sock
It looks like we are handing off the socket to localclient, so not sure what is happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Providing
tailscale.socketPath
does not appear to be respected../tool/go run ./cmd/tailscaled --socket=/tmp/ts/ts1.sock --state=/tmp/ts/ts1.state --statedir=/Library/Tailscale
Then when setting
tailscale.socketPath
to/tmp/ts/ts1.sock
it's still using the App Store client.It looks like we are handing off the socket to localclient, so not sure what is happening.
The text was updated successfully, but these errors were encountered: