mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 04:19:36 +03:00
Add udp over tcp support for shadowsocks-2022
This commit is contained in:
@ -35,4 +35,5 @@ message ClientConfig {
|
||||
uint32 port = 2;
|
||||
string method = 3;
|
||||
string key = 4;
|
||||
bool udp_over_tcp = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user