mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add UoT option to socks outbound too
This commit is contained in:
parent
51bbf93ff2
commit
340fce9f1c
6 changed files with 45 additions and 9 deletions
|
@ -21,6 +21,7 @@ type SocksOutboundOptions struct {
|
|||
Username string `json:"username,omitempty"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Network NetworkList `json:"network,omitempty"`
|
||||
UoT bool `json:"udp_over_tcp,omitempty"`
|
||||
}
|
||||
|
||||
type HTTPOutboundOptions struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue