We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af75db commit a0cfb22Copy full SHA for a0cfb22
1 file changed
build.sh
@@ -21,6 +21,7 @@ wget --timeout=30 --waitretry=2 --tries=3 -q $GEOSITE -O ./rule/$TMP_GEOSITE
21
if [ $? -eq 0 ];then
22
echo "[NOTICE] get geosite.dat successfully!"
23
./v2dat unpack geosite -o ./rule -f cn ./rule/$TMP_GEOSITE
24
+ ./v2dat unpack geosite -o ./rule -f category-ads-all ./rule/$TMP_GEOSITE
25
./v2dat unpack geosite -o ./rule -f geolocation-\!cn ./rule/$TMP_GEOSITE
26
mv ./rule/geosite_geolocation-\!cn.txt ./rule/geolocation-no-cn.txt
27
else
0 commit comments