mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-03-23 03:21:53 +00:00
update
add conditional compilation support add multi core support
This commit is contained in:
15
core/xray/app/dispatcher/config.proto
Normal file
15
core/xray/app/dispatcher/config.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package v2bx.core.app.dispatcher;
|
||||
option csharp_namespace = "V2bX.core.app.dispatcher";
|
||||
option go_package = "github.com/Yuzuki616/V2bX/core/xray/app/dispatcher";
|
||||
option java_package = "com.v2bx.core.app.dispatcher";
|
||||
option java_multiple_files = true;
|
||||
|
||||
message SessionConfig {
|
||||
reserved 1;
|
||||
}
|
||||
|
||||
message Config {
|
||||
SessionConfig settings = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user