How to connect to Web Proxy from outside(wan)?

How to enable WAN users to connect to router Web Proxy?

I’m using the router as a simple gateway for internet with only Wifi enabled

[King@Mightywill] > > /ip firewall export

jan/02/1970 02:36:43 by RouterOS 6.5

software id = SZ75-7AJ6

/ip firewall filter
add chain=input dst-port=1723 protocol=tcp
add chain=input protocol=gre
add chain=input comment=“default configuration” protocol=icmp
add chain=input comment=“default configuration” connection-state=established
add chain=input comment=“default configuration” connection-state=related
add action=drop chain=input comment=“default configuration” in-interface=ether1-gateway
add chain=forward comment=“default configuration” connection-state=established
add chain=forward comment=“default configuration” connection-state=related
add action=drop chain=forward comment=“default configuration” connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration” out-interface=ether1-gateway

[King@Mightywill] > > ip firewall nat export

jan/02/1970 02:47:22 by RouterOS 6.5

software id = SZ75-7AJ6

/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration”
out-interface=ether1-gateway
add action=dst-nat chain=dstnat dst-address-type=local dst-port=20-21
protocol=tcp to-addresses=192.168.88.2 to-ports=20-21
add action=dst-nat chain=dstnat dst-address-type=local dst-port=50000-50010
protocol=tcp to-addresses=192.168.88.2 to-ports=50000-50010
add action=dst-nat chain=dstnat disabled=yes dst-address-type=local dst-port=
3389 protocol=tcp to-addresses=192.168.88.2 to-ports=3389


[King@Mightywill] > > /ip route print detail
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=178.151.170.254 gateway-status=178.151.170.254 reachable via ether1-gateway distance=1 scope=30 target-scope=10

1 ADC dst-address=178.151.170.0/24 pref-src=178.151.170.184 gateway=ether1-gateway gateway-status=ether1-gateway reachable distance=0 scope=10

2 ADC dst-address=192.168.88.0/24 pref-src=192.168.88.1 gateway=bridge-local gateway-status=bridge-local reachable distance=0 scope=10


[King@Mightywill] > > /ip proxy export

jan/02/1970 02:38:54 by RouterOS 6.5

software id = SZ75-7AJ6

/ip proxy
set enabled=yes max-cache-size=none

[King@Mightywill] > > /ip hotspot export

jan/02/1970 02:39:24 by RouterOS 6.5

software id = SZ75-7AJ6

/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d

It looks like I’ve found the solution - by adding firewall rule to accept packets for 8080 port