Store data on if a mirror is anycasted (ipinfo)
未關閉
- 主要語言
- Python
- 星號
- 93
- 分支
- 483
- 平均合併
- 1 天 1 小時
- 30 天內合併 PR
- 6
描述
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
貢獻指南
評估
這個 Issue 還沒有評估資料。