Exclude one website from bandwidth limites dont work???help?

i use hotspot 3.30 and i found thes way to Exclude one website from bandwidth limites but its not wrking
i use thes profile

name=“defalt” address-pool=NORMAL-IP session-timeout=2h10s
idle-timeout=none keepalive-timeout=2m status-autorefresh=3h3s
shared-users=1 on-login=remove coocis transparent-proxy=yes
open-status-page=always advertise=no


and thes is the rule

/ip firewall mangle
add chain=prerouting action=mark-connection dst-address=192.168.0.10 new-connection-mark=video passthrough=yes
add chain=prerouting action=mark-packet connection-mark=video new-packet-mark=video passthrough=yes



/queue tree
add name=“video-up” parent=global-in packet-mark=video queue=default max-limit=25
add name=“video-down” parent=global-out packet-mark=video queue=default max-limit=25





and the ip of video server 192.168.0.10

You need to make sure there is no any queue in /queue simple. It is not recommended to mix queue simple with queue tree. Queue simple provides with packet-mark option as well.

Max-limit should be 0, when you want to exclude specific user from limitation.
Limitation for other traffic should be configured too.