Skip to content

Unblock IP Address #233

@EliasPereirah

Description

@EliasPereirah

I am using this code to block IP.

$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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions