1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-06 02:59:27 -04:00

allow outbound to be proxied

This commit is contained in:
Darien Raymond
2016-11-10 23:41:28 +01:00
parent e30f466424
commit 5dc05d6352
17 changed files with 222 additions and 83 deletions

View File

@@ -77,6 +77,7 @@ message OutboundConnectionConfig {
// IP address to send data through. 0.0.0.0 if unset.
v2ray.core.common.net.IPOrDomain send_through = 2;
v2ray.core.transport.internet.StreamConfig stream_settings = 3;
v2ray.core.transport.internet.ProxyConfig proxy_settings = 5;
string tag = 4;
}