Xray-examples/ReverseProxy/VLESS-TCP-XTLS-WS/README.md
N1klaz 93377a4ac5
add VLESS-TCP-XTLS-WS (#63)
* add VLESS-TCP-XTLS-WS

add reverse proxy examples

add VLESS-TCP-XTLS-WS

* Update README.md

fix typo

update

移除 client、bridge 配置中的 "allowInsecure": true
默认注释 portal.json 中仅转发内网流量的配置
update readme.md
2022-07-02 10:33:14 -04:00

22 lines
899 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VLESS over TCP with XTLS + 回落 & 分流
配合回落,使用 443 端口 + XTLS + WS 和路由分流,实现反向代理,增强隐蔽性。
客户端连接方式有 VLESS over WS with TLS / VLESS over TCP with XTLS 两种
portal 设置默认回落到 80 端口的 Web 服务器也可以换成数据库、FTP 等),参考 [VLESS-TCP-XTLS-WHATEVER](https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP-XTLS-WHATEVER/README.md)
# 额外配置
如果你的 portal 在境外,可以使用路由分流来同时实现科学上网 + 访问内网设备。
## 路由分流
根据配置内提示,在 `Portal` 配置中, 取消注释第一项路由中的:
```
// "ip": [
// "geoip:private"
// ],
```
此时流量匹配 `"external"``"externalws"` 标签,且访问的目标 ip 为`私有 ip 地址`时,才会将流量转发至 bridge其余流量走 direct。