diff --git a/terraform/cloudflare/domain_ktwo.tf b/terraform/cloudflare/domain_ktwo.tf index 266811a5a5..1bb194c0d2 100644 --- a/terraform/cloudflare/domain_ktwo.tf +++ b/terraform/cloudflare/domain_ktwo.tf @@ -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" }, ] }