Fix decryption

This commit is contained in:
DongfeiSay 2022-06-23 01:35:54 +08:00 committed by GitHub
parent bfec21681a
commit cb0531750b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@
"protocol": "vmess", "protocol": "vmess",
"port": "{{ port }}", "port": "{{ port }}",
"settings": { "settings": {
"decryption":"none",
"clients": [ "clients": [
{"id": "{{ }}"} {"id": "{{ }}"}
] ]