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

  1. Install xRay on your server side: https://github.com/XTLS/Xray-install#readme
  2. 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)
  3. Open firewall port UDP 1024 - 65535 on service side
  4. Upgrade your xRay-core to above version 1.3 package on your OpenWrt
  5. Stop your SSR Plus+ service on your OpenWrt
  6. SSH to OpenWrt with root account
  7. Backup /usr/bin/v2ray bin exec file with command cp /usr/bin/v2ray /usr/bin/v2ray.bk
  8. Overwrite the v2ray with xray bin exec file with command cp /usr/bin/xray /usr/bin/v2ray
  9. Start SSR Plus+ service with VLESS over XTLS which configured on step
  10. And check SSR Plus+ logs to make sure VLESS is running with xRay
  11. 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.