package
0.0.0-20221111052918-3caaee035fbf
Repository: https://github.com/szhhq/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.
UseSocketMark reports whether SO_MARK is in use.

# Interfaces

Dialer is the interface for a dialer that can dial with or without a context.