应该使用加密 (#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 }}",
"users": [
{
"id": "{{ uuid }}",
"encryption": "none"
"id": "{{ uuid }}"
}
]
}
@@ -37,4 +36,4 @@
}
}
]
}
}

View File

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