mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-15 12:57:16 +03:00
Add udp over tcp support for shadowsocks-2022
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
//go:build !go1.18
|
||||
|
||||
package conf
|
||||
|
||||
import (
|
||||
@ -98,6 +99,7 @@ type ShadowsocksServerTarget struct {
|
||||
Email string `json:"email"`
|
||||
Level byte `json:"level"`
|
||||
IVCheck bool `json:"ivCheck"`
|
||||
UoT bool `json:"uot"`
|
||||
}
|
||||
|
||||
type ShadowsocksClientConfig struct {
|
||||
|
Reference in New Issue
Block a user