mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-09-26 08:33:47 +00:00
Add definition for transport layer chained proxy
This commit is contained in:
parent
d2a4e6bc47
commit
aaa55fc9d2
@ -47,7 +47,11 @@ message StreamConfig {
|
|||||||
SocketConfig socket_settings = 6;
|
SocketConfig socket_settings = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ProxyConfig { string tag = 1; }
|
message ProxyConfig {
|
||||||
|
string tag = 1;
|
||||||
|
|
||||||
|
bool transportLayerProxy = 2;
|
||||||
|
}
|
||||||
|
|
||||||
// SocketConfig is options to be applied on network sockets.
|
// SocketConfig is options to be applied on network sockets.
|
||||||
message SocketConfig {
|
message SocketConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user