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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user