diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 99ddacc7e8..74f79db8ad 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -208,12 +208,16 @@ jobs: curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/OneDrive/OneDrive.yaml | ${{ env.SED }} > ./data-lite/onedrive curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Pixiv/Pixiv.yaml | ${{ env.SED }} > ./data-lite/pixiv + curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/ProxyLite/ProxyLite.yaml | ${{ env.SED }} > ./data-lite/proxy curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Telegram/Telegram.yaml | ${{ env.SED }} > ./data-lite/telegram curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Twitter/Twitter.yaml | ${{ env.SED }} > ./data-lite/twitter curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/TikTok/TikTok.yaml | ${{ env.SED }} > ./data-lite/tiktok curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/YouTube/YouTube.yaml | ${{ env.SED }} > ./data-lite/youtube + + echo include:google >> ./data-lite/proxy && echo include:github >> ./data-lite/proxy && echo include:netflix >> ./data-lite/proxy + echo ipleak.net >> ./data-lite/proxy go run ./ --datapath=./data-lite --outputname geosite-lite.dat diff --git a/README.md b/README.md index 3779de3bc6..a833501afa 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ - `geoip:netflix` - `geoip:telegram` - `geoip:twitter` + - `geoip:apple` ## **geosite.dat,geosite.db 内容** @@ -104,8 +105,9 @@ ios_rule_script](https://github.com/blackmatrix7/ios_rule_script/tree/master/rul ## **geosite-lite.dat,geosite-lite.db 内容** 仅包含常用集合,cn为精简集合,可能不全 +集合内容均来自 https://github.com/blackmatrix7/ios_rule_script/tree/master/rule/Clash -集合包含 `abema / apple / applemusic / bilibili / biliintl / bahamut / cn / ehentai / google / github / microsoft / netflix / openai / onedrive / pixiv / telegram / twitter / tiktok / youtube` +集合包含 `abema / apple / applemusic / bilibili / biliintl / bahamut / cn / ehentai / google / github / microsoft / netflix / openai / onedrive / pixiv / proxy / telegram / twitter / tiktok / youtube` ## **示例**