mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-05-14 18:09:05 +00:00
6a909b2507
https://github.com/XTLS/Xray-core/pull/5679#issuecomment-3888548778 Closes https://github.com/XTLS/Xray-core/issues/5605
11 lines
317 B
Protocol Buffer
11 lines
317 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package xray.proxy.hysteria.account;
|
|
option csharp_namespace = "Xray.Proxy.Hysteria.Account";
|
|
option go_package = "github.com/xtls/xray-core/proxy/hysteria/account";
|
|
option java_package = "com.xray.proxy.hysteria.account";
|
|
option java_multiple_files = true;
|
|
|
|
message Account {
|
|
string auth = 1;
|
|
} |