Add UoT option to socks outbound too

This commit is contained in:
世界 2022-08-12 17:55:52 +08:00
parent 51bbf93ff2
commit 340fce9f1c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 45 additions and 9 deletions

View file

@ -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 {