3x-ui icon indicating copy to clipboard operation
3x-ui copied to clipboard

How to route all traffic through WARP

Open Miltar7 opened this issue 2 years ago • 3 comments

I live in Russia and tried to use this vpn to access blocked sites and play blocked games, but blizzard games and riot games dont work. is routing all traffic through WARP a viable option or is there another solution?

Miltar7 avatar Aug 28 '23 09:08 Miltar7

@Miltar7 If you found any solution for this please let me know. Thanks!

IshanArdithya avatar Aug 31 '23 17:08 IshanArdithya

I'm also looking for options on how to direct the traffic I need through WARP

romikkazan avatar Sep 02 '23 21:09 romikkazan

just add this part to your advanced templates in the warp section :

{ "type": "field", "ip": [ "0.0.0.0/0" ], "domain": [ "regexp:.*" ], "outboundTag": "WARP" },

it will route all ips and domains through warp

LitenBuzzTh avatar Jan 11 '24 13:01 LitenBuzzTh