How to use nftset with dnsmasq?

# uci show firewall |grep ipset
firewall.@ipset[0]=ipset
firewall.@ipset[0].name='bulk'
firewall.@ipset[0].family='ipv4'
firewall.@ipset[0].match='dest_ip'
firewall.@ipset[0].timeout='600'
# uci show dhcp|grep ipset
dhcp.@dnsmasq[0].ipset='/update.microsoft.com/bulk'
# grep nftset /var/etc/dnsmasq.conf.*
# nft list sets
table inet fw4 {
        set bulk {
                type ipv4_addr
                timeout 10m
        }
}
# ipset list