Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
SshClient *sshc.SshClientConf `yaml:"sshclient"`
Tunnel []*tun.TunnelConf `yaml:"tunnel"`
SshD *sshd.SshDConf `yaml:"sshd"`
SocksProxy *sshc.SocksProxyConf `yaml:"socksproxy"`
DnsProxy *sshc.DnsProxyConf `yaml:"dnsproxy"`
}
Config holds all the config values
func LoadConfig ¶
LoadConfig parses the [config].yaml file and loads its values into the Config struct
Click to show internal directories.
Click to hide internal directories.