cloudflare / cloudflare/cloudflare-php
Unblock IP Address
Open
- 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
Assessment
This issue has not been assessed yet.