1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-12 08:45:25 -04:00

socks submodule

This commit is contained in:
Darien Raymond
2017-01-08 10:10:37 +01:00
parent e87a16900e
commit ed3033e785
13 changed files with 737 additions and 13 deletions

View File

@@ -6,5 +6,10 @@ option go_package = "dispatcher";
option java_package = "com.v2ray.core.app.dispatcher";
option java_outer_classname = "ConfigProto";
message Config {
message SessionConfig {
bool allow_passive_connection = 1;
}
message Config {
SessionConfig settings = 1;
}