mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
fixed google and apple rules
This commit is contained in:
parent
7ed56de602
commit
64dbf736cb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -60,12 +60,12 @@ jobs:
|
||||
- name: Get and add google domains into temp-proxy.txt file
|
||||
run: |
|
||||
cd $GOPATH/src/$GEOSITE_REPO
|
||||
curl -sSL $GOOGLE_URL >> temp-proxy.txt
|
||||
curl -sSL $GOOGLE_URL | awk -F '/' '{print $2}' >> temp-proxy.txt
|
||||
|
||||
- name: Get and add apple domains into temp-proxy.txt file
|
||||
run: |
|
||||
cd $GOPATH/src/$GEOSITE_REPO
|
||||
curl -sSL $APPLE_URL >> temp-proxy.txt
|
||||
curl -sSL $APPLE_URL | awk -F '/' '{print $2}' >> temp-proxy.txt
|
||||
|
||||
- name: Get and add proxy domains from @ConnersHua/Profiles into temp-proxy.txt file
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user