package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev
# Functions
FromDialer returns sets d.Control as necessary to run in a logical network namespace that doesn't route back into Tailscale.
IsSOCKSDialer reports whether d is SOCKS-proxying dialer as returned by NewDialer or FromDialer.
Listener returns a new net.Listener with its Control hook func initialized as necessary to run in logical network namespace that doesn't route back into Tailscale.
NewDialer returns a new Dialer using a net.Dialer with its Control hook func initialized as necessary to run in a logical network namespace that doesn't route back into Tailscale.
SetEnabled enables or disables netns for the process.
# Interfaces
Dialer is the interface for a dialer that can dial with or without a context.