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