mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 01:08:33 +00:00
Fix: protobuf file (#724)
This commit is contained in:
parent
ffc2f7c4e2
commit
7033f7cf5f
62 changed files with 81 additions and 80 deletions
|
@ -17,10 +17,10 @@ message Account {
|
|||
|
||||
enum CipherType {
|
||||
UNKNOWN = 0;
|
||||
AES_128_GCM = 1;
|
||||
AES_256_GCM = 2;
|
||||
CHACHA20_POLY1305 = 3;
|
||||
NONE = 4;
|
||||
AES_128_GCM = 5;
|
||||
AES_256_GCM = 6;
|
||||
CHACHA20_POLY1305 = 7;
|
||||
NONE = 8;
|
||||
}
|
||||
|
||||
message ServerConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue