sub2sing-box/internal/model/udp_over_tcp.go

7 lines
133 B
Go

package model
type UDPOverTCPOptions struct {
Enabled bool `json:"enabled,omitempty"`
Version uint8 `json:"version,omitempty"`
}