diff options
| author | loyalsoldier <[email protected]> | 2020-10-06 15:26:53 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2020-10-06 15:26:53 +0800 |
| commit | baf0173ff04bca4b26aebf47bb8fa203e77617cc (patch) | |
| tree | 8cdc418f31c0981b3809382a82ec9df254651936 | |
| parent | b2508bb915b63a44d480971f50d2555f8019d451 (diff) | |
README: add notice about setting MAXMIND GeoLite2 LICENSE KEY
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Automatically weekly release of geoip.dat for V2Ray. This product includes GeoLite2 data created by MaxMind, available from [MaxMind](http://www.maxmind.com/), with replaced CN IPv4 CIDR available from [IPIP.net China IP List](https://github.com/17mon/china_ip_list/blob/master/china_ip_list.txt). +## 说明 + +[Fork](https://github.com/Loyalsoldier/geoip/fork) 本项目后,需要在自己仓库的 **[Settings]** 选项卡的 **[Secrets]** 页面中添加一个名为 **MAXMIND_GEOLITE2_LICENSE** 的 secret,否则 GitHub Actions 会运行失败。这个 secret 的值为 MAXMIND 账号的 LICENSE KEY,需要[**注册 MAXMIND 账号**](https://www.maxmind.com/en/geolite2/signup)后,在[**个人账号管理页面**](https://www.maxmind.com/en/account)左侧边栏的 **[Services]** 项下的 **[My License Key]** 里生成。 + ## Download links - **geoip.dat**:[https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat](https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat) |
