feat: add vmess zero (#461)

This commit is contained in:
秋のかえで 2021-04-11 01:37:37 +08:00 committed by 世界
parent 2b27049a51
commit e84e03224c
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class VmessSettingsActivity extends BaseFragment {
private static final int done_button = 1;
private static String[] securitySet = { "chacha20-poly1305","aes-128-gcm","auto","none" };
private static String[] securitySet = { "chacha20-poly1305","aes-128-gcm","auto","none","zero" };
private static String[] networkSet = { "tcp","kcp","ws","h2","quic" };
private static String[] headTypeSet = { "none","http","srtp","utp","wechat-video","dtls","wireguard" };