IP address whitelisting
Messente allows API users to define a list of IP addresses and IP address ranges using CIDR notation.
If you need to whitelist a few specific IP addresses, you can just provide them as a list, i.e.
- 123.123.123.123
- 234.234.234.234
Or you can also provide an
IP address ranges, i.e.
- 123.123.123.1/24
- 234.234.234.10/32
If you need to
disable IP address whitelist, you can just
allow all IP addresses instead, using following IP address range:
- 0.0.0.0/0
Note: IPv6 is not yet supported