- Apr 18, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
an internal timer walks RTT timer periodically and clears entries with bad results every 5 minutes. this means that a timeouted entry penalty is capped to that interval, making sure that the bad reputation doesn't last forever
-
Marek Vavruša authored
resolver will always attempt to contact upstreams known to be bad if it's not busy. this fixes a problem on low-volume resolvers where a short connection outage could make resolvers deny resolving queries even after the connection is restored
-
- Apr 15, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
This reverts commit f9ffeca9.
-
Marek Vavruša authored
in permissive mode, resolver is free to use (but not cache) non-mandatory glue records even if they're not resolvable. this is great as a workaround for broken child-side zones, but not great for security of, well, insecure delegations. it's off by default.
-
Grigorii Demidov authored
-
- Apr 14, 2016
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- Apr 07, 2016
-
-
Marek Vavruša authored
-
- Apr 06, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
Merge branch 'PaulosV-patch-1-readme-docker' of https://github.com/PaulosV/knot-resolver into PaulosV-PaulosV-patch-1-readme-docker
-
Marek Vavruša authored
-
https://github.com/thozza/knot-resolverMarek Vavruša authored
Merge branch 'daemon-doc-typo' of https://github.com/thozza/knot-resolver into thozza-daemon-doc-typo
-
Marek Vavruša authored
-
Marek Vavruša authored
new trust anchors variables: * trust_anchors.hold_down_time = 30 * day * trust_anchors.refresh_time = nil * trust_anchors.keep_removed = 0 these could be used to control how often should root trust anchors be checked and how many removed keys should be kept in log (0 by default)
-
- Apr 04, 2016
-
-
Tomáš Hozza authored
Signed-off-by:
Tomas Hozza <thozza@redhat.com>
-
- Mar 30, 2016
-
-
Marek Vavruša authored
-
- Mar 29, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
addition to previous generic socket activation fixes #11
-
Marek Vavruša authored
daemon can accept existing fds on command line, thus supporting process managers like circus or upstart. a tiny supervisor script is attached
-
- Mar 10, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Mar 08, 2016
-
-
Marek Vavruša authored
previously full timeout led to reset of the evaluated address list and no upstream server was penalised for not answering the query, this penalises all of tried servers with TIMEOUT
-