Store data on if a mirror is anycasted (ipinfo)
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 93
- Forks
- 483
- Ø Merge
- 1 T. 1 Std.
- Gemergte PRs (30 T.)
- 6
Beschreibung
The `ipinfo.io` database provides data on if an IP is anycast. We should store this in the database for future use (internal/publish it on the mirrors page?).
```
Anycast Information
curl ipinfo.io/8.8.8.8?token=$TOKEN
{
"ip": "8.8.8.8",
"hostname": "dns.google",
"anycast": true,
"city": "Mountain View",
...
}
```
* https://ipinfo.io/developers/data-types
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.