]> git.ipfire.org Git - thirdparty/unbound.git/commit
- PR #28: IPSet module, by Kevin Chou. Created a module to support
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Jun 2019 13:38:37 +0000 (15:38 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Jun 2019 13:38:37 +0000 (15:38 +0200)
commitb16c872a60b3810b2233b83533187fc884e2e02a
tree65d95c165c028a90f60a651fae22a205c4ee0238
parent364441e0f5c094c712205f9e1eda9fc442e845af
- PR #28: IPSet module, by Kevin Chou.  Created a module to support
  the ipset that could add the domain's ip to a list easily.
  Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md.
- Fix to omit RRSIGs from addition to the ipset.
doc/Changelog
doc/README.ipset.md [new file with mode: 0644]
ipset/ipset.c