[ask] blocking sites and the right configuration

I use the RB450G mikrotik v3.30.
I am using windows proxy squid 2.6 stable 20.
The following web-proxy configuration in my RB.
web proxy–>
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 192.168.88.24
parent-proxy-port: 8080
cache-administrator: “admin@mdc.net
max-cache-size: none
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: system


and NAT —>

chain=dstnat action=redirect to-ports=8080 protocol=tcp
src-address=!192.168.88.24 dst-port=80




thats my screen shoot to,


my question is
1.whether my configuration is correct?
2.and how so I can block it with a keyword porn?

thank you very much, it’s good to use the tool and this great os.

Put the words you want to block to dst-host, if you want to block,
www.something.com
If you want to drop anything after address, use path for www.something.com/something_to_block

You can use regular expressions as well in both these fields.