落叶 (@bingloo) 在 请教一下VLESS的配置 中发帖
下面这个VLESS+WS,由于VLESS没有加密,客户端到服务器用TLS,那么服务器到目标呢?
"inbounds": [
{
"port": 11111,
"listen": "127.0.0.1",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "",
"level": 0
}
],
"decryption": "none"
...