]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/rules: add initial kr_rule_opts_t
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 28 May 2025 12:35:46 +0000 (14:35 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 28 May 2025 12:35:46 +0000 (14:35 +0200)
commita782e9c3715fa7962c6c88817cf1a430e2320007
treec1ac422e3af50f833e121b21c07375718766539f
parentbe2a2204cf783be22ca22edc82be254dd8260ccb
lib/rules: add initial kr_rule_opts_t

For now this relates to logging/dry-run of local-data rules.
14 files changed:
daemon/lua/kres-gen-33.lua
daemon/lua/kres-gen.sh
daemon/main.c
daemon/worker.c
lib/cache/impl.h
lib/resolve.h
lib/rules/api.c
lib/rules/api.h
lib/rules/defaults.c
lib/rules/impl.h
lib/rules/local-addr.c
lib/rules/zonefile.c
modules/hints/hints.c
python/knot_resolver/datamodel/templates/macros/local_data_macros.lua.j2