What are Netfilters for

NetFilters are for limiting the usage of an access token only from a specific IP address, a CIDR formatted address, a (sub)domain name, or a host name.

The following are some valid netfilter values:

IP Address:

- 172.16.254.1
- 192.168.2.25

CIDR:

- 10.0.0.0/24
- 32.0.0.0/8

Domain name:

- mydomain.eu
- subdomain.mydomain.eu

Host name:

- www.mydomain.eu
- pc01.subdomain.mydomain.eu