1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 11:44:42 -05:00
sub2sing-box/model/udp_over_tcp.go

7 lines
133 B
Go
Raw Normal View History

2024-03-10 15:13:42 -04:00
package model
type UDPOverTCPOptions struct {
Enabled bool `json:"enabled,omitempty"`
Version uint8 `json:"version,omitempty"`
}