mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 03:02:53 +00:00
Compare commits
1 commit
4177161493
...
dd3ca70716
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd3ca70716 |
2 changed files with 1 additions and 2 deletions
|
|
@ -458,7 +458,7 @@ download_geo_assets() {
|
||||||
"https://raw.githubusercontent.com/2dust/sing-box-rules/rule-set-geoip/$f" || true
|
"https://raw.githubusercontent.com/2dust/sing-box-rules/rule-set-geoip/$f" || true
|
||||||
done
|
done
|
||||||
for f in \
|
for f in \
|
||||||
geosite-cn.srs geosite-gfw.srs geosite-google.srs geosite-greatfire.srs \
|
geosite-cn.srs geosite-gfw.srs geosite-greatfire.srs \
|
||||||
geosite-geolocation-cn.srs geosite-category-ads-all.srs geosite-private.srs; do
|
geosite-geolocation-cn.srs geosite-category-ads-all.srs geosite-private.srs; do
|
||||||
curl -fsSL -o "$srss_dir/$f" \
|
curl -fsSL -o "$srss_dir/$f" \
|
||||||
"https://raw.githubusercontent.com/2dust/sing-box-rules/rule-set-geosite/$f" || true
|
"https://raw.githubusercontent.com/2dust/sing-box-rules/rule-set-geosite/$f" || true
|
||||||
|
|
|
||||||
|
|
@ -396,7 +396,6 @@ public class UpdateService(Config config, Func<bool, string, Task> updateFunc)
|
||||||
}
|
}
|
||||||
|
|
||||||
//append dns items TODO
|
//append dns items TODO
|
||||||
geoSiteFiles.Add("google");
|
|
||||||
geoSiteFiles.Add("cn");
|
geoSiteFiles.Add("cn");
|
||||||
geoSiteFiles.Add("geolocation-cn");
|
geoSiteFiles.Add("geolocation-cn");
|
||||||
geoSiteFiles.Add("category-ads-all");
|
geoSiteFiles.Add("category-ads-all");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue