应该使用加密 (#60)

* Fix decryption

* Fix decryption
This commit is contained in:
DongfeiSay
2022-06-22 20:01:10 -05:00
committed by GitHub
parent 3126f96456
commit f36928737f
2 changed files with 2 additions and 4 deletions

View File

@@ -22,8 +22,7 @@
"port": "{{ port }}", "port": "{{ port }}",
"users": [ "users": [
{ {
"id": "{{ uuid }}", "id": "{{ uuid }}"
"encryption": "none"
} }
] ]
} }
@@ -37,4 +36,4 @@
} }
} }
] ]
} }

View File

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