AlmaLinux / AlmaLinux/mirrors

Store data on if a mirror is anycasted (ipinfo)

未關閉
#980 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。