]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/daf: support for first firewall rules
authorMarek Vavrusa <marek@vavrusa.com>
Thu, 9 Jun 2016 07:42:59 +0000 (00:42 -0700)
committerMarek Vavrusa <marek@vavrusa.com>
Wed, 6 Jul 2016 06:33:38 +0000 (23:33 -0700)
commite74444911fcc6f07ee8fbb3a20a114de2eaa138f
treec59e8333bbc7609e9fe1287e6f732fa61b91e6a0
parent4ece8e0e46f840219ecfb1f437a78a4b22db4967
modules/daf: support for first firewall rules

the format of rules resembles libpcap filters,
but it also requires action that should be taken
when the filter(s) match.

the action can be anything the policy module
supports, and the filters can be both policy
module or view module based (so it's possible to
filter on source address and packet contents at
the same time)
modules/daf/README.md
modules/daf/daf.js [new file with mode: 0644]
modules/daf/daf.lua
modules/daf/daf.mk
modules/http/http.lua