mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-05-08 14:13:22 +00:00
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;
|
|
}
|