Hi!
I think I’ve started losing my mind trying to achieve the following schema:
Some intro: we have blocked few social media resources (say FaceBook and Instagram). For sonarr and prowlarr I’ve launched a docker container based on windscribe and privoxy (overall a simple proxy container) in my internal network. After thinking, I’ve got an idea, why wouldn’t I use MIKROTIK to forward requests to access the Facebook from app or with browser to that internal proxy container, leaving other requests directly through ISP.
But nothing worked. After searching (and I mean it a lot), I’ve come to understanding that closest solution is something like:
chain=dstnat action=dst-nat to-addresses= to-ports= protocol=tcp dst-port=80,443 dst-address-list= in-interface=LAN (=bridge)
But it still does not do what im wishing for.
Did anybody have any experience with the task, and could help with solving this mystery?
Thank you in advance!