vtun/common/config/config.go
2022-05-14 10:20:47 +08:00

21 lines
523 B
Go

package config
type Config struct {
DeviceName string
LocalAddr string
ServerAddr string
IntranetServerIP string
IntranetServerIPv6 string
CIDR string
CIDRv6 string
Key string
Protocol string
WebSocketPath string
ServerMode bool
GlobalMode bool
Obfs bool
MTU int
Timeout int
LocalGateway string
}