This is the backend, generator part of IPv6 In Real Life. The website is project by Flameeyes to track the usefulness of an IPv6 network across a number of different services and classes of sites.
For a background and details of what this project is about see the launch blog post.
To contribute information for a new country or expand an existing country, edit or create the JSON
files inside ipv6_in_real_life/data/
.
For each country there has to be a directory with the lowercase ISO 3166-1 alpha-2 code, inside
which there has to be an empty __init__.py
file.
Within these directories there should be one JSON file per category, according to the already
existing categories for other countries.
The format of the JSON file should follow:
[
{
"main_host": "www.someservice.example",
"additional_hosts": [
"users.someservice.example",
"login.someservice.example"
]
}
]
Include additional hosts that are necessary to make use of the service, for instance an user area or the authentication host. If no additional hosts are necessary, omit the field.
Please follow the REUSE specifications, including a .license
file next to the existing JSON
files.
The IPv6 In Real Life website is rendered from the frontend available at https://github.com/Flameeyes/ipv6-in-real-life-frontend.