mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-04-19 12:25:55 +08:00
7 lines
133 B
Go
7 lines
133 B
Go
package model
|
|
|
|
type UDPOverTCPOptions struct {
|
|
Enabled bool `json:"enabled,omitempty"`
|
|
Version uint8 `json:"version,omitempty"`
|
|
}
|