0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-14 20:39:36 +03:00

Fix: core/config.proto

This commit is contained in:
JimhHan
2021-03-13 20:22:08 +08:00
parent 100edc370b
commit 9adce5a6c4
2 changed files with 55 additions and 54 deletions

View File

@ -7,7 +7,7 @@ option java_package = "com.xray.core";
option java_multiple_files = true;
import "common/serial/typed_message.proto";
import "transport/config.proto";
import "transport/global/config.proto";
// Config is the master config of Xray. Xray takes this config as input and
// functions accordingly.