On Tue, 17 Sep 2024 13:42:26 -0700 Randy Bush <[email protected]> wrote: > fwiw, my analogous config snippet is > > - id: default > storage: /var/lib/knot/primary > semantic-checks: on > file: %s > global-module: mod-rrl/default > global-module: mod-cookies/default
I see an issue here. See red warning box at https://www.knot-dns.cz/docs/latest/singlehtml/index.html#cookies-dns-cookies You must load mod-cookies before mod-rrl for it to work. I'd use this to make sure correct order is used: global-module: [ mod-cookies/default, mod-rrl/default ] -- Tuomo Soini <[email protected]> Foobar Linux services +358 40 5240030 Foobar Oy <https://foobar.fi/> --
