From 16c4c667c5fe692e1ebde1beb2977ce65e493eed Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 13 Jun 2020 16:20:08 +0800 Subject: [PATCH 1/3] Update README.md To meet attribution requirement of MaxMind GeoLite2 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b4de61..7060954 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,9 @@ scoop install v2ray-rules-dat ## 致谢 +> This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com). + +- [MaxMind GeoLite2 Free IP Database](https://dev.maxmind.com/geoip/geoip2/geolite2/) - [@kidonng/scoop-v2ray](https://github.com/kidonng/scoop-v2ray) - [@v2ray/geoip](https://github.com/v2ray/geoip) - [@v2ray/domain-list-community](https://github.com/v2ray/domain-list-community) @@ -348,9 +351,8 @@ scoop install v2ray-rules-dat - [@ConnersHua/Profiles](https://github.com/ConnersHua/Profiles/tree/master) - [@GeQ1an/Rules](https://github.com/GeQ1an/Rules/tree/master/QuantumultX) - [@lhie1/Rules](https://github.com/lhie1/Rules/tree/master) -- [@pexcn/chnroute.txt](https://github.com/pexcn/daily/blob/gh-pages/chnroute/chnroute.txt) +- [@pexcn/daily/chnroute.txt](https://github.com/pexcn/daily/blob/gh-pages/chnroute/chnroute.txt) - [@AdAway/adaway.github.io/hosts.txt](https://github.com/AdAway/adaway.github.io/blob/master/hosts.txt) -- [MaxMind GeoLite2 Free IP Database](https://dev.maxmind.com/geoip/geoip2/geolite2/) ## 项目 Star 数增长趋势 From f01125746087b70d0f5189950bd268bb4465a78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 09:59:25 +0800 Subject: [PATCH 2/3] Bump actions/checkout from v2 to v2.3.0 (#32) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 598eb62..f1604ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: shell: bash - name: Checkout the "hidden" branch - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.0 with: ref: hidden From 3c628e3b8a8f43388b208edcfdd93b51c7ff8943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 13:50:03 +0800 Subject: [PATCH 3/3] Bump actions/checkout from v2.3.0 to v2.3.1 (#33) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1604ce..0394f7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: shell: bash - name: Checkout the "hidden" branch - uses: actions/checkout@v2.3.0 + uses: actions/checkout@v2.3.1 with: ref: hidden