Compare commits

...

2 Commits

Author SHA1 Message Date
Loyalsoldier
f274e3c512 Update README.md 2020-02-25 20:26:32 +08:00
Loyalsoldier
6ea061c134 Add dat files sha256 hash 2020-02-24 15:54:01 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -117,8 +117,9 @@ jobs:
- name: Generate dat files sha256 hash
run: |
sha256sum ./publish/geoip.dat > ./publish/geoip.dat.sha256
sha256sum ./publish/geosite.dat > ./publish/geosite.dat.sha256
cd ./publish
sha256sum geoip.dat > geoip.dat.sha256
sha256sum geosite.dat > geosite.dat.sha256
- name: Release dat files
uses: Ricky-Hao/action-release@master

View File

@@ -296,6 +296,7 @@
- [@v2ray/geoip](https://github.com/v2ray/geoip)
- [@v2ray/domain-list-community](https://github.com/v2ray/domain-list-community)
- [@felixonmars/dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list)
- [@gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)
- [@cokebar/gfwlist2dnsmasq](https://github.com/cokebar/gfwlist2dnsmasq)
- [@wongsyrone/domain-block-list](https://github.com/wongsyrone/domain-block-list)
- [@ConnersHua/Profiles](https://github.com/ConnersHua/Profiles/tree/master)