We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a very small example:
resource "vercel_firewall_config" "ip-blocking" { project_id = "project id" ip_rules { # deny this subnet for all my hosts rule { action = "deny" ip = "51.85.0.0/16" hostname = "*" } rule { action = "challenge" ip = "1.2.3.4" hostname = "example.com" } rule { action = "bypass" ip = "1.1.1.1" hostname = "example.com" } } }
I expected to get something in "System Bypass Rules", but everything is under IP blocking:
So I wonder if it should be possible to use "challenge" or "bypass" or if I need a custom rule for that.
The text was updated successfully, but these errors were encountered:
Hi @mastoj, thanks for raising this! I've reached out to the firewall team and I'll let you know 🙏
Sorry, something went wrong.
No branches or pull requests
I have a very small example:
I expected to get something in "System Bypass Rules", but everything is under IP blocking:
So I wonder if it should be possible to use "challenge" or "bypass" or if I need a custom rule for that.
The text was updated successfully, but these errors were encountered: