proxy upload

my does my proxy upload so much

i see many connectionf from the outside how can i fix this

do i just allow port 80 or how can i do this?

You didn’t provide any info about your setup.
If you’re using a mikrotik box, you need to prevent open proxy with a filter rule.
Something like: /ip firewall filter add in-interface=wan dst-port=proxy-port protocol=tcp action=drop

I’m not clear on what you mean. Upload to your clients or upload to the internet?

:slight_smile:

oh sorry

yes im useing mikrotik box and i wanted to see why it uplods so much to the net?

so somthing like this with my 3 internet lines
/ip firewall filter
add action=drop chain=input comment=“” disabled=no dst-port=8001
in-interface=ether1 protocol=tcp
add action=drop chain=input comment=“” disabled=no dst-port=8001
in-interface=ether2 protocol=tcp
add action=drop chain=input comment=“” disabled=no dst-port=8001
in-interface=ether3 protocol=tcp

That’s right.
Otherwise if you’ve got just one local interface then a single rule should do: