github.com/xxf098/lite-proxy@v0.15.1-0.20230422081941-12c69f323218/transport/ssr/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  }