Is there any way to pass any requests only for 1 ip address through proxy?
Any requests from any ip in my LAN network for IP 91.154.xxx.xxx to pass through proxy 92.100.xxx.xxx ...
/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-address=91.154.xxx.xxx dst-port=81 in-interface=lan1 protocol=tcp to-addresses=92.100.xxx.xxx to-ports=8080
src-address=192.168.15.0/24
in-interface=lan1
dst-port=81
to-ports=8080