Files
SingboxForPanel/transport/clashssr/obfs/base.go
2022-09-14 21:57:40 +08:00

10 lines
104 B
Go

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