vtun/common/config/config.go
2022-05-10 17:19:47 +08:00

19 lines
377 B
Go

package config
type Config struct {
LocalAddr string
ServerAddr string
IntranetServerIP string
CIDR string
Key string
Protocol string
DNS string
WebSocketPath string
ServerMode bool
GlobalMode bool
Obfs bool
MTU int
Timeout int
DefaultGateway string
}