$allowedIPs public property
The list of IPs that are allowed to access this module. Each array element represents a single IP filter which can be either an IP address or an address with wildcard (e.g. 192.168.0.*) to represent a network segment. The default value is ['127.0.0.1', '::1']
, which means the module can only be accessed by localhost.
public array $allowedIPs = ['127.0.0.1', '::1']
Please login to continue.