in wiki in dmitry firewall section there is maybe some mistake
/ ip proxy
set enabled=yes port=3128 parent-proxy=0.0.0.0:1 maximal-client-connecions=1000 maximal-server-connectons=1000
/ ip proxy access
add dst-port=23-25 action=deny comment=“block telnet & spam e-mail relaying” disabled=no
/ ip proxy cache
add path=:\? action=deny comment=“don’t cache dynamic http pages” disabled=no
add path=:\.php action=deny comment=“don’t cache dynamic http pages” disabled=no
add path=:\.asp action=deny comment=“don’t cache dynamic http pages” disabled=no
1srt - what is the diference between ip proxy and ip webproxy ?
2nd - there is an error here no cache on the ip proxy it is in the webproxy
now i made ds-nat to ip proxy on 3128 And
set webproxy enabled on port 8080
added parent in ip proxy 127.0.0.1:8080
so now ip proxy:3128 is sending to ip webproxy:8080?
will this help in caching does anyone tried it before ?