Skip to content

Commit

Permalink
fix(terraform): waf skip rules
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kreitzer <[email protected]>
  • Loading branch information
buroa committed Jan 21, 2024
1 parent 90aa46d commit a5b9caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/cloudflare/domain_ktwo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ module "cf_domain_ktwo" {
{
description = "Firewall rule to allow Github access to flux-webhook",
expression = "(http.host eq \"flux-webhook.ktwo.io\" and ip.geoip.asnum eq 36459)"
action = "allow"
action = "skip"
},
{
description = "Firewall rule to allow everyone access to nostr",
expression = "(http.host eq \"nostr-relay.ktwo.io\")",
action = "allow"
action = "skip"
},
]
}

0 comments on commit a5b9caa

Please sign in to comment.