File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import (
1010 "github.com/Dreamacro/clash/component/dialer"
1111 C "github.com/Dreamacro/clash/constant"
1212
13- SSRUtils "github.com/sh4d0wfiend/go-shadowsocksr "
14- SSRObfs "github.com/sh4d0wfiend/go-shadowsocksr /obfs"
15- SSRProtocol "github.com/sh4d0wfiend/go-shadowsocksr /protocol"
16- SSRServer "github.com/sh4d0wfiend/go-shadowsocksr /ssr"
13+ SSRUtils "github.com/mzz2017/shadowsocksR "
14+ SSRObfs "github.com/mzz2017/shadowsocksR /obfs"
15+ SSRProtocol "github.com/mzz2017/shadowsocksR /protocol"
16+ SSRServer "github.com/mzz2017/shadowsocksR /ssr"
1717)
1818
1919type ShadowSocksR struct {
@@ -41,9 +41,9 @@ type ShadowSocksROption struct {
4141 Password string `proxy:"password"`
4242 Cipher string `proxy:"cipher"`
4343 Protocol string `proxy:"protocol"`
44- ProtocolParam string `proxy:"protocol-param "`
44+ ProtocolParam string `proxy:"protocolparam "`
4545 Obfs string `proxy:"obfs"`
46- ObfsParam string `proxy:"obfs-param "`
46+ ObfsParam string `proxy:"obfsparam "`
4747
4848 // TODO: Add UDP support
4949 // UDP bool `proxy:"udp,omitempty"`
You can’t perform that action at this time.
0 commit comments