Skip to content
@IP-Block-Ltd

IP Block Ltd

IP Block Ltd

ip-block.com is an IP-screening service that protects websites and eCommerce stores from unwanted traffic. This organization hosts the official platform extensions that connect your site to the service.

Every extension does the same thing in its platform's native idiom: on each front-end request it asks the IP Block API whether the visitor should be allowed, and blocks the flagged ones — before your pages render.

⚠️ All extensions are currently untested in production. They are provided as-is under the GNU GPLv3 — please feel free to fork, modify, improve, and open pull requests.

The shared API contract

POST https://api.ip-block.com/v1/check
Content-Type: application/json
{ "api_key": "...", "site_id": "...", "ip": "<visitor>", "user_agent": "...", "referrer": "..." }
  ->  { "action": "allow" }   |   { "action": "block" }

The API key travels in the body (not a header) · 1-second timeout · fail-open on any error · block only when action == "block". Health check: GET /v1/ping → {"status":"ok"}.


🛒 eCommerce

Platform Version Repository
Magento (Adobe Commerce OS) 2.4.9 ipblock-magento
WooCommerce 10.9.4 ipblock-woocommerce
PrestaShop 9.1.4 ipblock-prestashop
OpenCart 4.1.0.3 ipblock-opencart
Shopware 6 6.7.11.1 ipblock-shopware
CS-Cart 4.20.1 ipblock-cs-cart
X-Cart 5.6.0 ipblock-x-cart
Zen Cart 2.2.2 ipblock-zencart
osCommerce (CE Phoenix) 1.0.7.18 ipblock-oscommerce
Craft Commerce 5.10.10 ipblock-craft

📝 CMS & forums

Platform Version Repository
WordPress 7.0 ipblock-wordpress
Drupal (+ Commerce) 11 ipblock-drupal
Joomla 5 ipblock-joomla
phpBB 3.3.17 ipblock-phpbb
XenForo 2.3.11 ipblock-xenforo
MyBB 1.8.40 ipblock-mybb
MediaWiki 1.43 LTS ipblock-mediawiki

🌐 Edge / reverse-proxy / WAF / CDN

Protect any site — including SaaS storefronts (Shopify, Wix) fronted by a CDN.

Platform Repository
Cloudflare Workers ipblock-cloudflare
Fastly Compute ipblock-fastly
AWS CloudFront (Lambda@Edge) ipblock-aws-cloudfront
Akamai EdgeWorkers ipblock-akamai
NGINX / OpenResty ipblock-nginx
Apache httpd ipblock-apache
Caddy ipblock-caddy
HAProxy ipblock-haproxy
Traefik ipblock-traefik
Kong Gateway ipblock-kong
Envoy (ext_authz) ipblock-envoy

🖥️ Hosting control panels

Panel Version Repository
cPanel / WHM 136 ipblock-cpanel
Plesk Obsidian 18.0.76 ipblock-plesk
DirectAdmin 1.705 ipblock-directadmin

🧩 Application frameworks

Framework Repository
Symfony ipblock-symfony
Django ipblock-django
Ruby on Rails ipblock-rails
ASP.NET Core ipblock-aspnet
Spring Boot ipblock-springboot
Flask ipblock-flask
FastAPI ipblock-fastapi
Express (Node.js) ipblock-express
Go (net/http) ipblock-go

Each repository contains full installation and configuration instructions in its own README.md. Contributions are welcome — see each repo's CONTRIBUTING.md.

© IP Block Ltd · Licensed under the GNU GPLv3.

Popular repositories Loading

  1. Sample-Code-Snippets Sample-Code-Snippets Public

    Sample Code Snippets to utilise the capabilities of ip-block.com

  2. ipblock-woocommerce ipblock-woocommerce Public

    IP Block protection for WooCommerce (ip-block.com integration). Untested at the moment — please feel free to modify. GPLv3.

    PHP

  3. ipblock-akamai ipblock-akamai Public

    IP Block protection for Akamai EdgeWorkers — ip-block.com integration. Untested at the moment; please feel free to modify. GPLv3.

    JavaScript

  4. ipblock-apache ipblock-apache Public

    IP Block protection for Apache httpd — ip-block.com integration. Untested at the moment; please feel free to modify. GPLv3.

    Lua

  5. ipblock-aspnet ipblock-aspnet Public

    IP Block protection for ASP.NET Core — ip-block.com integration. Untested at the moment; please feel free to modify. GPLv3.

    C#

  6. ipblock-aws-cloudfront ipblock-aws-cloudfront Public

    IP Block protection for AWS CloudFront (Lambda@Edge) — ip-block.com integration. Untested at the moment; please feel free to modify. GPLv3.

    JavaScript

Repositories

Showing 10 of 42 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…