Files
kumomta/crates/libunbound
Wez Furlong 0a4c8aa39e dns-resolver: add ability to configure unbound
Adds a lua function (needs docs) to do basic configuration of
unbound, and a feature for dns-resolver that is really just to
make it more convenient for me to test and compare the two
resolvers via:

cargo nextest run -p dns-resolver --features live-dns-tests

vs:

cargo nextest run -p dns-resolver --features live-dns-tests,default-unbound
2023-09-02 16:55:15 -07:00
..