Code: Select all
 # IP restrictions
 # Examples: '^(10\.0\.0\.182)$' - allow only 10.0.0.182, '^(10\.0\.1\.125|10\.0\.0\.\d+)$' - allow 10.0.1.125 & 10.0.0.* (*=number is wildcard)
 # Use '^.*$' for no restrictions
 ip_allowed => '^.*$',Code: Select all
 # IP restrictions
 # Examples: '^(10\.0\.0\.182)$' - allow only 10.0.0.182, '^(10\.0\.1\.125|10\.0\.0\.\d+)$' - allow 10.0.1.125 & 10.0.0.* (*=number is wildcard)
 # Use '^.*$' for no restrictions
 ip_allowed => '^.*$',