lazydns

NftSet Plugin

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.

Quick setup (shorthand)

Shorthand format: "family,table,set,addr_type,mask [ ... ]" e.g.:

plugins:
  - exec: nftset:inet,my_table,my_set,ipv4_addr,24

Args

Behavior

When to use