Confusing "Rate limiting allowlist" in version v0.107.42 #6522
Unanswered
Kisaragi-ng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the new web UI for rate limiting allowlist, there's subnet prefix length that default to 24.
how do i create a rate limit whitelist for both
10.10.10.0/24
and114.142.0.0/16
?I can't specify them per line like in previous version inside the .yml file, it'll give me this error now:
from my understanding I can't put
/16
in the Subnet prefix length for IPv4 addresses since my10.10.10.0
will be turned into10.10.10.0/16
instead.Beta Was this translation helpful? Give feedback.
All reactions