Skip to content

Commit 2ce00c0

Browse files
author
Gege Desembri
authored
Update xray-trojan-tcp-tls.json
1 parent 800a846 commit 2ce00c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Custom-Client-Config/xray/xray-trojan-tcp-tls.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
},
1919
"streamSettings": {
2020
"network": "tcp",
21-
"security": "none"
21+
"security": "tls",
22+
"tlsSettings": {
23+
"allowInsecure": true,
24+
"serverName": "TLSSNI"
25+
}
2226
},
2327
"tag": "proxy"
2428
},

0 commit comments

Comments
 (0)