Hello,
i want to limit youtube bandwidth usage to save quota but still want to use sqm i found a way to limit bandwith per ip using nftables is there equivlant to this command which's iptables -t mangle -m set --match-set videostream src -A PREROUTING -j DROP
but for nftables
thanks in advance