mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add shadowsocksr outbound
This commit is contained in:
parent
ce567ffdde
commit
9913e0e025
18 changed files with 301 additions and 51 deletions
13
option/shadowsocksr.go
Normal file
13
option/shadowsocksr.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package option
|
||||
|
||||
type ShadowsocksROutboundOptions struct {
|
||||
DialerOptions
|
||||
ServerOptions
|
||||
Method string `json:"method"`
|
||||
Password string `json:"password"`
|
||||
Obfs string `json:"obfs,omitempty"`
|
||||
ObfsParam string `json:"obfs_param,omitempty"`
|
||||
Protocol string `json:"protocol,omitempty"`
|
||||
ProtocolParam string `json:"protocol_param,omitempty"`
|
||||
Network NetworkList `json:"network,omitempty"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue