Blacklist Setting

Deny specific IP addresses from accessing designated domain names based on configured conditions.

How to Configure a Blacklist

  • Sites → Sites Settings → Firewall → Blacklist Setting → Create URL

Description for Create URL Fields

  • IP Blacklist: Supports single IPs or subnets, one entry per line

    • Single IP:

      1.1.1.1
      1.1.1.1/32

    • Subnet:

      2.2.2.0/24

    • Block Any IP from Accessing:

      0.0.0.0/0

  • URL: Configure whitelist for specific domain names

    • Single Domain:

      www.example.com
    • Single Domain (Regex):

      http?:\/\/www.example.com(.*)
    • No Domain Restriction:

      /*  or .*
  • Methods: Check the access methods to block

  • Protection Mode: Choose DENY, DROP, DROP + Blacklist

Last updated