Discover Packages
github.com/ljun20160606/bifrost
tunnel
config
package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Oct 25, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Bridge struct {
Addr string `yaml:"addr"`
ProxyAddr string `yaml:"proxyAddr"`
}
type Mapping struct {
Addr string `yaml:"addr"`
BridgeProxyAddr string `yaml:"bridgeProxyAddr"`
RealAddr string `yaml:"realAddr"`
Group string `yaml:"group"`
Name string `yaml:"name"`
Password string `yaml:"password"`
Cipher string `yaml:"cipher"`
}
type Proxy struct {
Addr string `yaml:"addr"`
BridgeProxyAddr string `yaml:"bridgeProxyAddr"`
Group string `yaml:"group"`
Name string `yaml:"name"`
Password string `yaml:"password"`
Cipher string `yaml:"cipher"`
Type string `yaml:"type"`
}
type Service struct {
Group string `yaml:"group"`
Name string `yaml:"name"`
BridgeAddr string `yaml:"bridgeAddr"`
Password string `yaml:"password"`
Cipher string `yaml:"cipher"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.