风扇滑翔翼 d4e592b842 Remove old xtls 3 月之前
..
README.ENG.md d35c6f5aaa Update README.ENG.md url fix 2 年之前
README.md d35c6f5aaa Update README.ENG.md url fix 2 年之前
bridge.jsonc 061321ad1c Update all json file to jsonc (#199) 1 年之前
client_tcp.jsonc d4e592b842 Remove old xtls 3 月之前
client_ws.jsonc 7ad5f48c20 Revert "All 127.0.0.1 > ::1" 3 月之前
nginx.conf 7ad5f48c20 Revert "All 127.0.0.1 > ::1" 3 月之前
portal.jsonc d4e592b842 Remove old xtls 3 月之前

README.ENG.md

VLESS over TCP with XTLS + fallback & split

Cooperate with fallback, use port 443 + XTLS + WS and route diversion to realize reverse proxy and enhance concealment.

There are two client connection methods: VLESS over WS with TLS / VLESS over TCP with XTLS

The portal setting defaults to the web server on port 80 (it can also be replaced with a database, FTP, etc.), refer to VLESS-TCP-XTLS-WHATEVER

additional configuration

If your portal is outside the country, you can use routing splitting to achieve scientific Internet access + access to intranet devices at the same time.

Routing split

According to the prompt in the configuration, in the Portal configuration, uncomment the first route:

// "ip": [
// "geoip:private"
// ],

At this time, when the traffic matches the "external" or "externalws" label, and the target ip of the access is a private ip address, the traffic will be forwarded to the bridge, and the rest of the traffic will go direct.