Fix support for TCP TLS
parent
7ec14273af
commit
3c6bbd6ea2
|
@ -7,6 +7,13 @@
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"protocol": "vless",
|
"protocol": "vless",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"clients": [
|
||||||
|
{
|
||||||
|
"id": "//用户 UUID",
|
||||||
|
"level": 0,
|
||||||
|
"email": "//用户名"
|
||||||
|
}
|
||||||
|
],
|
||||||
"decryption": "none",
|
"decryption": "none",
|
||||||
"fallbacks": [
|
"fallbacks": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue