Limit Instagram App Speed

I want to limit the Instagram app not the website but i can’t find the ip or how to do it.

Im doing a Mangle Rule chain Forward with dst ip : 31.13.70.74 (IP from Instagram Website) Marking packets and then in Queue Tree calling the Packet Mark and adding a Max Limit (This works doing it this way)

The problem is that i can’t find the ip from the app or some method to do it. Does anyone know? :frowning:

Am sure they have many more IPs…

So there’s no way to do that? Because with the IP from the website i write before, it works fine limiting the speed to the website

It would work for a while but these domains have many IP’s and could be routed to many endpoints.

Your better bet would be some kind of L7 matching rule to get the domain and/or the CDN domains underneath, perhaps capture traffic on a few instagram app processes and see what domains it hits for data - then set up L7 regex matchers for them.

I’ll try that, Thanks!!

Is it feasible to effectively control website speed through IP-based redirection?