i need the cache out to the user Without speed Limitation
this mt server info
/ip firewall mangle add action=mark-packet chain=output comment="cache hit" disabled=no dscp=12 \ new-packet-mark=cache-hits passthrough=nocreate an queue tree which will send cache-hits packets to users at full LAN speed
/queue tree add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \ max-limit=0 name="unlimited speed for cache hit" packet-mark=cache-hits \ parent=global priority=8 queue=default
mark cached contents by mangle Rule.
(change dscp to yours cache dscp)ros code
/ip firewall mangle add action=mark-packet chain=output comment="cache hit" disabled=no dscp=12 \ new-packet-mark=cache-hits passthrough=nocreate an queue tree which will send cache-hits packets to users at full LAN speedros code
/queue tree add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \ max-limit=0 name="unlimited speed for cache hit" packet-mark=cache-hits \ parent=global priority=8 queue=default
/ip firewall mangle print
0 ;;; proxy HIT
chain=output action=mark-packet new-packet-mark=proxy-hit passthrough=no
out-interface=bridge2 dscp=4
/ip proxy print
enabled: yes
src-address: ::
port: 8321
anonymous: no
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: sys admin
max-cache-size: unlimited
max-cache-object-size: 2048KiB
cache-on-disk: yes
max-client-connections: 2000
max-server-connections: 2000
max-fresh-time: 4w2d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: usb1
/ip firewall mangle
add action=mark-packet chain=output comment="CACHE HIT -dscp4" dscp=4 new-packet-mark=\
cache-hits out-interface=hotspot passthrough=no
add action=mark-packet chain=output comment="CACHE HIT - L7 hits" layer7-protocol=\
httpcachehit new-packet-mark=cache-hits out-interface=hotspot passthrough=no
add action=mark-packet chain=output comment="CACHE HIT -X-Cache: HIT" content=\
"X-Cache: HIT" new-packet-mark=cache-hits out-interface=hotspot passthrough=no
/ip firewall layer7-protocol
add name=httpcachehit regexp=\
"http/(0\\.9|1\\.0|1\\.1)[\\x09-\\x0d ][1-5][0-9][0-9][\\x09-\\x0d -~]*(x-cache: hit)"
/queue tree
add comment="Cache Hit Queue" name="Max Speed for CACHED files" packet-mark=cache-hits parent=global \
queue=default