Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInitFailed = errors.New("init failed")
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
TCPListen Ports `json:"tcp_listen" yaml:"tcp_listen"` // nil: allow all, empty: deny all
TCPConnect Ports `json:"tcp_connect" yaml:"tcp_connect"` // nil: allow all, empty: deny all
DenySockets bool `json:"deny_sockets" yaml:"deny_sockets"`
DenySignals bool `json:"deny_signals" yaml:"deny_signals"`
EnableDebug bool `json:"-" yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.