$allowedHosts public property
The list of hosts that are allowed to access this module. Each array element is a hostname that will be resolved to an IP address that is compared with the IP address of the user. A use case is to use a dynamic DNS (DDNS) to allow access. The default value is []
.
public array $allowedHosts = []
Please login to continue.