GitHub - FledgeXu/IPv6List: A list of domains that collect support for IPv6.

2 min read Original article ↗

English 简体中文 正體中文


IPv6List

What's This?

IPv6List is a List that collects a serial of websites that support IPv6. You can get all of them from websites_with_ipv6.txt and this list will update once per day.

Why IPv6 should care?

Because we already used out of IPv4 address, but the number of netizens is still increasing. That means the newcomers can't get their globally routable address in a large chance. If they don't have a global address, they will not able not to play Minecraft with their friends without an additional server, can not visit their house cameras when they leave home. It's not fair and IPv6 can fix it.

How this works?

The Bot will test the AAAA record of each domain in websites.txt through the DNS which is offered by Cloudflare. If the bot finds a domain that has AAAA record, the bot will add it to websites_with_ipv6.txt.

How to add a domain?

There are two ways to add a domain to this list.

  • Issue: You can open an issue to tell others and maintainers the domain which you want to add.
  • Pull Request: You can fork this repository and add the domain to websites.txt.

No matter which way you want to use, you should check if the domain already exists and if the domain is cname record which points to an existed domain in the list before you open an issue or a PR.