v2fly / v2ray-step-by-step

This repo is a fork of ToutyRater/v2ray-guide, we aim to provide a new step-by-step guide of v2ray
https://guide.v2fly.org
Creative Commons Attribution 4.0 International
760 stars 429 forks source link

TCP分流器頁面中 DomainSocket的配置有typo #163

Closed phlinhng closed 4 years ago

phlinhng commented 4 years ago

In (https://guide.v2fly.org/advanced/tcp_tls_shunt_proxy.html#domain-socket), the example of streamSettings was written as:

"streamSettings": {
                "network": "ds",
                "dsSettings": {
                     "path": "/tmp/v2ray-ds/v2ray.sock"
                }
}

"network": "ds" should be "network": "domainsocket" according to the document of Project V.