From 485a31ff95253fd78f2c9ae67af0770fa81c146e Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:28:33 +0800 Subject: [PATCH] Update bin_update.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加singbox的geoip_cn.db和geosite_cn.db的生成 --- .github/workflows/bin_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index df3cf07..6e93b1a 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -105,6 +105,8 @@ jobs: curl -kfSL -o geodata/china_ip_list.txt https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt curl -kfSL -o geodata/china_ipv6_list.txt https://raw.githubusercontent.com/ChanthMiao/China-IPv6-List/release/cn6.txt curl -kfSL -o geodata/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat + curl -kfSL -o geodata/geoip_cn.db https://github.com/lyc8503/sing-box-rules/releases/latest/download/geoip-cn.db + curl -kfSL -o geodata/geosite_cn.db https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite-cn.db curl -kfSL -o fix/ca-certificates.crt https://raw.githubusercontent.com/P3TERX/ca-certificates.crt/download/ca-certificates.crt sed -i '/GeoIP_v*/'d version echo GeoIP_v=`date '+%Y%m%d'` >> version