Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Path string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Tunnels is a list of tunnel descriptions
Tunnels []tunnel.Desc `toml:"tunnels"`
// KeepAlive allows to specify a global keep alive interval,
// (in seconds) overriding the default one. `0` indicates
// no keep alive.
KeepAlive *int `toml:"keep_alive"`
TunnelsMap map[string]*tunnel.Desc `toml:"-"`
}
Config represents the application configuration as parsed from ./boring.toml
Click to show internal directories.
Click to hide internal directories.