clash/transport/ssr/obfs/base.go
2021-05-13 22:19:34 +08:00

10 lines
104 B
Go

package obfs
type Base struct {
Host string
Port int
Key []byte
IVSize int
Param string
}