The introduction about how to use xRay and OpenWrt to build the game UDP speedup - lisiimage/lisiimage.github.io GitHub Wiki
The introduction about how to use xRay and OpenWrt to build the game UDP speedup
- Install xRay on your server side: https://github.com/XTLS/Xray-install#readme
- Configure xRay with VLESS over XTLS: https://github.com/XTLS/Xray-examples/tree/main/VLESS-TCP-XTLS-WHATEVER. (Suggestion tour video: https://www.youtube.com/watch?v=7GHh91AYAmM)
- Open firewall port
UDP 1024 - 65535
on service side - Upgrade your xRay-core to above version 1.3 package on your OpenWrt
- Stop your SSR Plus+ service on your OpenWrt
- SSH to OpenWrt with root account
- Backup /usr/bin/v2ray bin exec file with command
cp /usr/bin/v2ray /usr/bin/v2ray.bk
- Overwrite the v2ray with xray bin exec file with command
cp /usr/bin/xray /usr/bin/v2ray
- Start SSR Plus+ service with VLESS over XTLS which configured on step
- And check SSR Plus+ logs to make sure VLESS is running with xRay
- Your will get NAT Type A on your Nintendo Switch and NAT Open on your Xbox
Note
- This way will optimize NAT type, but can't effect your network latency or quality.