How can I route all traffics through warp except few? #3386
-
I recently started routing all of my traffic through Warp but then my clients started to face issues with their IPTV. When I stopped the routing of all traffic through Warp their IPTV worked and when I did the opposite their IPTV stopped working. I currently know the domain name and port of the IPTV services they (my clients) are using. How can I exclude traffic to these domains from routing through Warp? This is the routing rule I am currently using to route all traffic through warps. Thanks to this answer @hassansim Hassansim Answer
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
replace x.x.x.x and y.y.y.y with your IPTV IP addresses
|
Beta Was this translation helpful? Give feedback.
replace x.x.x.x and y.y.y.y with your IPTV IP addresses
replace iptv1.com and iptv2.com with your IPTV domain name.
"domainStrategy": "IPOnDemand" is important to make IP rules to take effect.
Your freedom outbou…