hello ,
I’m trying to run a web-proxy on my router
but it doesn’t block anything to me - I can’t see any block at all
what am I did wrong
this is the configuration of the web proxy :
/ip proxy
set cache-administrator=Administrator enabled=yes max-fresh-time=1d src-address=192.168.60.254
/ip proxy access
add action=deny path=*.avi
add action=deny path=*.flv
add action=deny path=*.mov
add action=deny path=*.mp4
add action=deny path=*.youtube
/ip firewall filter
add action=drop chain=input disabled=yes dst-port=8080 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat
add action=redirect chain=dstnat dst-port=80 protocol=tcp to-ports=8080
what else do I need to do?
Thanks,