Documentation ¶
Overview ¶
Package preftype is a leaf package containing types for various preferences.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetfilterMode ¶
type NetfilterMode int
NetfilterMode is the firewall management mode to use when programming the Linux network stack.
const ( NetfilterOff NetfilterMode = iota // remove all tailscale netfilter state NetfilterNoDivert // manage tailscale chains, but don't call them NetfilterOn // manage tailscale chains and call them from main chains )
func (NetfilterMode) String ¶
func (m NetfilterMode) String() string
Click to show internal directories.
Click to hide internal directories.