mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-05 19:28:45 +00:00
8898a24b23
Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
11 lines
236 B
Protocol Buffer
11 lines
236 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package xray.transport.internet.xdrive;
|
|
option go_package = "github.com/xtls/xray-core/transport/internet/xdrive";
|
|
|
|
message Config {
|
|
string remote_folder = 1;
|
|
string service = 2;
|
|
repeated string secrets = 3;
|
|
}
|