v2fly / v2ray-examples

v2ray-core 的模板们
2.35k stars 740 forks source link

Socks-TLS-Nginx #47

Closed ComeBey closed 4 years ago

ComeBey commented 4 years ago

{ "inbounds": [{ "port": 1080, //v2ray 默认10808 SOCKS5端口实际情况填写 "protocol": "socks", "sniffing": { "enabled": true, "destOverride": ["http", "tls"] }, "settings": { "auth": "noauth", "udp": false } }], "outbounds": [{ "protocol": "socks", "settings": { "servers": [{ "address": "你的域名", "port": 443 }] }, "streamSettings": { "network": "ws", "security": "tls", "wsSettings": { "path": "/comebey520" //保持服务器和客户端一样 } } }] }