get('config'); $headersToInspect = $config['ip_address_resolution']['headers_to_inspect'] ?? []; return new IpAddress(true, [], Visitor::REMOTE_ADDRESS_ATTR, $headersToInspect); } }