Compare commits

...

4 Commits

Author SHA1 Message Date
Loyalsoldier
6ea061c134 Add dat files sha256 hash 2020-02-24 15:54:01 +08:00
Loyalsoldier
b7682d5846 Add sha256 hash 2020-02-24 15:49:06 +08:00
Loyalsoldier
4ab899863e Update README.md
Remove spaces
2020-02-20 12:52:46 +08:00
Loyalsoldier
c1c4eaeefb Remove ookla-speedtest generation script due to upstream update 2020-02-09 22:13:16 +08:00
2 changed files with 8 additions and 7 deletions

View File

@@ -64,11 +64,6 @@ jobs:
run: |
go get -u -v -insecure $GEOSITE_REPO
- name: Automatically generate ookla-speedtest sub-list from source
run: |
curl -L -o servers-source.xml "https://c.speedtest.net/speedtest-servers-static.php" -H "Accept-Encoding: gzip" --compressed
perl -ne '/host="(.+):[0-9]+"/ && print "full:$1\n"' servers-source.xml | perl -ne 'print if not /^(full:([0-9]{1,3}\.){3}[0-9]{1,3})$/' | perl -ne 'print lc' | sort --ignore-case -u >> $GOPATH/src/$GEOSITE_REPO/data/ookla-speedtest
- name: Get and add direct domains into temp-direct.txt file
run: |
curl -sSL $CHINA_DOMAINS_URL | perl -ne '/^server=\/([^\/]+)\// && print "$1\n"' > temp-direct.txt
@@ -120,6 +115,12 @@ jobs:
mv ./*-excluse-list.txt ./publish/
cp -f $GOPATH/src/$GEOSITE_REPO/data/{proxy,direct,reject}list ./publish/
- name: Generate dat files sha256 hash
run: |
cd ./publish
sha256sum geoip.dat > geoip.dat.sha256
sha256sum geosite.dat > geosite.dat.sha256
- name: Release dat files
uses: Ricky-Hao/action-release@master
env:

View File

@@ -181,10 +181,10 @@
],
"outbounds": [
{
// 下面这行,协议名称为 socks、shadowsocksvmess 等(记得删除这行文字说明)
//下面这行协议名称为socks、shadowsocksvmess等记得删除这行文字说明
"protocol": "协议名称",
"settings": {},
// 下面这行,必须为 Proxy对应 Routing 里的 outboundTag记得删除这行文字说明
//下面这行必须为Proxy对应Routing里的outboundTag记得删除这行文字说明
"tag": "Proxy",
"streamSettings": {},
"mux": {}