nftset is an exec helper that synthesizes CIDR prefixes from A/AAAA answers and attempts to add them to nftables sets via the nft command. On unsupported platforms it records additions in metadata keys nftset_added_v4 and nftset_added_v6.
Shorthand format: "family,table,set,addr_type,mask [ ... ]" e.g.:
plugins:
- exec: nftset:inet,my_table,my_set,ipv4_addr,24
ipv4 / ipv6 objects: optional table/set/mask configuration.nft is not available.