]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
add bindings for the checkout layer
authorMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 6 Apr 2018 05:48:51 +0000 (22:48 -0700)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 23 Apr 2018 15:49:33 +0000 (17:49 +0200)
commit98c8d35364b90a8bf2f3705526c68931917152b6
tree152ab52f4172cb296efc9b92be76e648bc1c78d7
parentb8f568bf90a1801393d82b674bd15b207c06c8eb
add bindings for the checkout layer

This one was missing from the current bindings. The checkout layer
runs when the worker attempts to send a DNS query to given upstream
when the address is already determined. The layer can add EDNS options
or update outbound query, or block particular addresses / protocol.
daemon/ffimodule.c
lib/layer.h
lib/module.h
lib/resolve.c