]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/hints: configurable root hints, part of module
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 13 Jun 2015 17:27:55 +0000 (19:27 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 13 Jun 2015 17:27:55 +0000 (19:27 +0200)
commita69c55f96cb0bdc8f2f1b1751244d6580f21e0c7
tree43393e71dac569dcdb4877a4f0bc7d70c5ddc5d5
parent98b7b5a94f6527b28aca21d2fcf58b518e5feee2
modules/hints: configurable root hints, part of module

before root hints were hardcoded to the resolver,
now they are present in form of a cut in the resolution
context, and the modules can add/remove/replace them
on the fly
daemon/engine.c
lib/resolve.c
lib/resolve.h
lib/zonecut.c
lib/zonecut.h
modules/hints/README.rst
modules/hints/hints.c
tests/test_zonecut.c