Searched refs:useRealIp (Results 1 – 1 of 1) sorted by relevance
87 * @param bool $useRealIp True if using the X-Real-IP header is enabled in the config.95 …public function test_client_ip_v4(string $remoteAddr, bool $useRealIp, string $realIp, string $for… argument109 $conf['client_ip_header'] = $useRealIp ? 'X_REAL_IP' : '';123 * @param bool $useRealIp True if using the X-Real-IP header is enabled in the config.131 …public function test_client_ip_v6(string $remoteAddr, bool $useRealIp, string $realIp, string $for… argument145 $conf['client_ip_header'] = $useRealIp ? 'X_REAL_IP' : '';