Same IP for most visitors (TOR, CloudFlare proxied site)

Hello,

I correctly setup Nginx + Apache and IP looks actual, but most visitors have IP 2607:5300:60:655d::
Can anyone tell me what is this IP? May be CF WAF, but Firewall disabled.

I used this to get IP:

$ip=$_SERVER[“HTTP_CF_CONNECTING_IP”];
if (!isset($ip)) {
$ip = $_SERVER[‘REMOTE_ADDR’];
}

Thanks

A post was merged into an existing topic: Same IP for most visitors (TOR, CloudFlare proxied site)