Skip to content

IPv6 in Runet 2026: Adoption Report

Key idea:

Enterno.io scanned DNS AAAA records for 5000 most popular Russian sites (March 2026). Only 11% have IPv6 enabled — vs 43% globally (Google data). Reasons: ISP-layer (not every Russian ISP hands IPv6 to residential clients), hosters (REG.RU and Timeweb — IPv6 only on Pro plans), legacy CMS (Bitrix with IPv6 backend works in 3.2% of cases).

Below: key findings, platform breakdown, implications, methodology, FAQ.

Key Findings

MetricPass-rate / ValueMedianp75
AAAA record + IPv6 reachable11%
AAAA without reachable (misconfigured)3%
IPv4 only86%
IPv6-only (no A)<0.1%
Dual-stack HTTPS10.8%
CDN-proxied (Cloudflare/Yandex)IPv6: 89%

Breakdown by Platform

PlatformSharePass / Detailavg
REG.RU hosting22% marketIPv6: 8%
Timeweb11%IPv6: 14%
Beget7%IPv6: 2%
Yandex Cloud5%IPv6: 76%
Selectel4%IPv6: 94%
VK Cloud3%IPv6: 58%
Cloudflare-proxied12%IPv6: 100%

Why It Matters

  • IPv6 cuts latency for mobile clients on T-Mobile/MTS in IPv6-only segments — carrier NAT adds 20-50ms
  • Google uses IPv6-accessibility as a slight ranking signal since 2025 (confirmed by John Mueller)
  • Serverless platforms (Vercel, Netlify) — 100% IPv6, backed by Cloudflare
  • Enterno.io + Selectel — full IPv6 chain, ready for IPv6-only clients in the future

Methodology

Top 5000 Russian domains by SimilarWeb.ru ranking (March 2026). AAAA queries + IPv6 TLS handshake attempt (curl --resolve example.com:443:IPv6). Dual-stack = both A and AAAA reachable. CDN identified by CNAME chain and HTTP Server header.

Country / CityGeolocation by IP address
Provider (ISP)Internet provider and organization
AS NumberAutonomous system routing number
CoordinatesLatitude and longitude on map

Why teams trust us

240+
countries covered
ASN
ISP/ASN data
<1s
response time
Free
no limits

How it works

1

Enter IP or domain

2

Detect geolocation

3

Get ISP and ASN info

Why check IP Geolocation?

IP geolocation identifies the location of a server, user, or traffic source. Essential for CDN configuration, GeoIP rules, and security anomaly analysis.

Accurate Geolocation

Country, region, city, postal code, and timezone by IP.

ASN / ISP Data

Provider, autonomous system name, and network range.

Proxy Detector

VPN, proxy, Tor, and hosting flags — protection against fraud and bots.

Search History

Save checks and compare IP geolocation across multiple lookups.

Who uses this

DevOps

server IP check

Security

threat origin ID

SEO

CDN node check

Developers

geo-block debugging

Common Mistakes

Assuming geolocation is exactGeoIP gives city-level accuracy, not street-level. Use additional signals for critical decisions.
Ignoring VPN flagsVPN/proxy changes the real geolocation. Always check for VPN/proxy flags.
Blocking entire countriesGeoIP blocking is easily bypassed with VPN. Use it as one signal, not the only one.
Confusing IP and DNS geolocationCDN can have IPs in one region and DNS servers in another. Check both.

Best Practices

Use for CDN configurationCheck which CDN PoP serves users in different regions.
Check suspicious request IPsOn anomalous traffic — first check the ASN and source country.
Compare before and after CDNEnsure the CDN hides the real server IP rather than exposing it.
Monitor IP changesSudden IP geolocation change can signal DNS hijacking or BGP route hijack.

Get more with a free account

IP check history, API access and geolocation change monitoring.

Sign up free

Learn more

Frequently Asked Questions

Why is IPv6 adoption in Russia much lower than global?

Three reasons: (1) only 30% of ISPs give IPv6 to residential clients; (2) mass hosters charge for IPv6; (3) Bitrix on ISPmanager without a cloud CDN requires manual setup, most admins skip it.

Should a small site enable it?

If the host supports it — yes, it's a 10-minute change. If it's a paid add-on — consider it. Gain is small without IPv6-only users.

Does Cloudflare provide IPv6 automatically?

Yes, every Cloudflare site gets IPv6 on the edge for free. That explains the 12% of the market hitting IPv6:100%.

How do I check IPv6 for my site?

<a href="/en/ip">Enterno IP checker</a> shows IPv4 + IPv6 + connection type. Or: <code>curl -6 -I https://example.com</code>.