Chore: split component to transport
This commit is contained in:
9
transport/ssr/obfs/base.go
Normal file
9
transport/ssr/obfs/base.go
Normal file
@ -0,0 +1,9 @@
|
||||
package obfs
|
||||
|
||||
type Base struct {
|
||||
Host string
|
||||
Port int
|
||||
Key []byte
|
||||
IVSize int
|
||||
Param string
|
||||
}
|
Reference in New Issue
Block a user