Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BypassSpec ¶
type BypassSpec struct {
ID string `json:"id"`
SocketPath string `json:"socketPath"`
PidFilePath string `json:"pidFilePath"`
LogFilePath string `json:"logFilePath"`
PortMapping []PortSpec `json:"portMapping"`
IgnoreSubnets []string `json:"ignoreSubnets"` // CIDR or "auto"
IgnoreBind bool `json:"ignoreBind"`
}
type BypassStatus ¶
type BypassStatus struct {
ID string `json:"id"`
Pid int `json:"pid"`
Spec BypassSpec `json:"spec"`
}
Click to show internal directories.
Click to hide internal directories.