]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
rate-limiting config: use more precise types docs-develop-rrl-8r8r8r/deployments/5522
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 6 Nov 2024 10:16:11 +0000 (11:16 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 6 Nov 2024 19:56:23 +0000 (20:56 +0100)
commit90a6865069ebbac0f13b8b41a0961a7244858172
treecac644cdb6a477fb2d72119f0608d39a1eeecfb2
parent0630f22772bdc1c944b1046759542cbbcbe95c2e
rate-limiting config: use more precise types

This gives us a bit more consistency.
I suppose that IntRangeBase isn't worth doing for the other cases.

Aleš helped with this.
doc/_static/config.schema.json
python/knot_resolver/datamodel/rate_limiting_schema.py
python/knot_resolver/datamodel/templates/rate_limiting.lua.j2
python/knot_resolver/datamodel/types/__init__.py
python/knot_resolver/datamodel/types/types.py