Domains
The general rule for allowing a domain or subdomain is that everything to the left-hand side will be wildcarded. Paths are automatically wildcarded and it is not possible to add a path to the allow list.
IP's
Rule | Valid Examples | Invalid Examples |
---|---|---|
Wildcards, CIDR notation and partial IP addresses are not allowed and cannot be added as entries, due to validation on the portal. | 1.1.1.1 192.162.217.215 |
1.1.1.* 192.162.217.0/24 72.35.12. 100.* |
Each octet can range between 0 and 255. | 0.0.0.0 0.0.0.255 1.1.0.255 255.88.217.0 |
0.0.0.999 0.0.256.1 0.999.0.0 256.0.44.0 |
A full IP must be within the range of 0.0.0.0 to 255.255.255.255. | 255.255.255.255 1.88.1.88 192.162.217.111 0.0.0.0 |
255.255.255.256 999.0.0.0 256.255.255.255 192.262.217.0 |
Carlos Rios
Comments