cloudflare / cloudflare/cloudflare-php

Unblock IP Address

Open
#233 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
674
Forks
268
PR merge metrics
No merged PRs in 30d

Description

I am using this code to block IP.
```php
$expression = "ip.addr eq $IP";
$config = new Cloudflare\API\Configurations\FirewallRuleOptions();
$config->setActionBlock();
$result = $firewall->createFirewallRule(
$zoneID,
$expression,
$config,
'Testing ip blocking'
);
```
---
How do i unlock this IP? Could anyone help?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.