- Jul 06, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
* rules may now be chained if the rule action doesn't return next state. in this case, next matching rule will be executed. this is useful for snooping actions * rules now may be paused/deleted * implemented a new action for query mirroring to given destination
-
Marek Vavruša authored
these are used as a handle to patch/modify rules later in their lifetime, also added a rule match counter to find out which rules match inbound traffic
-
Marek Vavruša authored
* REROUTE action rewrites all addresses in final answers matching given subnet to addresses in target subnet (or single address) * REWRITE action rewrites rdata in final answers matching given owner and type (only works on A/AAAA now)
-
- Apr 18, 2016
-
-
Marek Vavruša authored
-
- Dec 23, 2015
-
-
Marek Vavruša authored
-
- Nov 24, 2015
-
-
Marek Vavruša authored
policy has policy.todnames() for table of names
-
- Oct 28, 2015
-
-
Marek Vavruša authored
this is Unbound's 'forward-zone' on steroids
-
- Oct 27, 2015
-
-
Marek Vavruša authored
-
- Sep 22, 2015
-
-
Marek Vavruša authored
config: trust_anchors.negative = { ‘bad.cz’, ‘here.com’ } all names below these NTA will not be validated (unless there is an island of trust below these anchors)
-
- Aug 11, 2015
-
-
Marek Vavruša authored
the module can enforce RPZ from zone file, later a LMDB binary database is going to come to solve following: - updating zones on the fly - instant startup (although it loads 1M blocklist in a fraction of second) - no extra memory usage between multiple processes the compatibility notes are in the documentation
-
- Aug 10, 2015
-
-
Marek Vavruša authored
module can identify clients based on their source address or used TSIG key
-
Marek Vavruša authored
-
- Aug 03, 2015
-
-
Marek Vavruša authored
-
- Aug 01, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 05, 2015
-
-
Marek Vavruša authored
-
- Jul 03, 2015
-
-
Marek Vavruša authored
-
- Jun 24, 2015
-
-
Marek Vavruša authored
-
- Jun 23, 2015
-
-
Marek Vavruša authored
-
- Jun 22, 2015
-
-
Marek Vavruša authored
-
- Jun 21, 2015
-
-
Marek Vavruša authored
-
- Jun 20, 2015
-
-
Marek Vavruša authored
-
- Jun 16, 2015
-
-
Marek Vavruša authored
-
- Jun 15, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
by default it blocks queries to private zones, can be extended to match anything in the query content (i.e. water torture style attacks)
-