Does Nftables Support ipset match like iptables do?

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

https://forum.openwrt.org/search?q=block%20youtube

Simply add the bandwidth rule.

1 Like