This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
goomadao 9eb98e399d
Improve: refactor ssr and fix #995 (#1189)
Co-authored-by: goomada <madao@DESKTOP-IOEBS0C.localdomain>
2021-02-15 14:32:03 +08:00

10 lines
104 B
Go

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