/**
  * Sets the ip_array in the config
  */
 public static function set_ip_array(array $ip)
 {
     self::$ip_array = $ip;
 }