package
Version:
v0.0.0-...-9678cfa
Opens a new window with list of versions in this module.
Published: Sep 26, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
SvrAddr string `mapstructure:"server-addr"`
Token string `mapstructure:"token"`
Multiplex bool `mapstructure:"multiplex"`
Proxys []Proxy `mapstructure:"proxys"`
}
type Proxy struct {
ProxyName string `mapstructure:"proxy-name"`
Subdomain string `mapstructure:"subdomain"`
RemotePort int `mapstructure:"remote-port"`
LocalPort int `mapstructure:"local-port"`
SpeedLimit string `mapstructure:"speed-limit"`
ProxyType string `mapstructure:"proxy-type"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.