github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/transport/clashssr/obfs/base.go (about) 1 package obfs 2 3 type Base struct { 4 Host string 5 Port int 6 Key []byte 7 IVSize int 8 Param string 9 }