No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

var_www_roundcube_plugins_twofactor_gauthenticator_config.inc.php 350B

1234567
  1. <?php
  2. // if true ALL users must have 2-steps active
  3. $rcmail_config['force_enrollment_users'] = false;
  4. // whitelist, CIDR format available
  5. // NOTE: we need to use .0 IP to define LAN because the class CIDR have a issue about that (we can't use 129.168.1.2/24, for example)
  6. $rcmail_config['whitelist'] = array('192.168.1.0/24', '::1', '192.168.0.9');