Fix: protobuf file (#724)

This commit is contained in:
hmol233 2021-09-20 22:41:09 +08:00 committed by GitHub
parent ffc2f7c4e2
commit 7033f7cf5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 81 additions and 80 deletions

View file

@ -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 {