Files
xray-core/transport/internet/xdrive/config.proto
2026-02-04 21:59:24 +00:00

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;
}