Whitelist Setting

Allow specific IP addresses to access designated domain names based on configured conditions.

How to Configure a Whitelist

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

Description for Create URL Fields

  • IP Whitelist: 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

    • Allow Any IP Through:

      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: Select the allowed access methods by checking the appropriate options

Last updated