>> - 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 ]
thank you! did i miss this in the docs? randy --