Skip to content

Instantly share code, notes, and snippets.

View umeshdepale's full-sized avatar

umeshdepale

View GitHub Profile
@kevinpareek
kevinpareek / cloudflare_ip_ban.php
Last active April 7, 2020 13:02
Block / unBlock IPs in firewall via Cloudflare V4 PHP API
<?php
/**
* @ author https://www.kevinpareek.com
* @ Tuesday, 7 April 2020
**/
class cf_ipBan
{
private $cfEmail;