Skip to content

Commit

Permalink
update rule-set urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PaPerseller committed Apr 20, 2024
1 parent 364373d commit 66cb949
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
12 changes: 6 additions & 6 deletions sing-box/fakeip+clashapi/config-tungate.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,15 +442,15 @@
"tag": "category-httpdns",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/category-httpdns.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/category-httpdns.srs",
"download_detour": "Proxy",
"update_interval": "30d"
},
{
"tag": "geosite-telegram",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geosite/telegram.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geosite/telegram.srs",
"download_detour": "Proxy",
"update_interval": "30d"
},{
Expand All @@ -465,7 +465,7 @@
"tag": "geosite-biliintl",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/biliintl.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/biliintl.srs",
"download_detour": "Proxy",
"update_interval": "30d"
},
Expand All @@ -481,7 +481,7 @@
"tag": "geosite-category-public-tracker",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/category-public-tracker.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/category-public-tracker.srs",
"download_detour": "Proxy",
"update_interval": "5d"
},
Expand All @@ -497,15 +497,15 @@
"tag": "geosite-private",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geosite/private.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geosite/private.srs",
"download_detour": "Proxy",
"update_interval": "30d"
},
{
"tag": "geoip-telegram",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geoip/telegram.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geoip/telegram.srs",
"download_detour": "Proxy",
"update_interval": "30d"
},
Expand Down
24 changes: 8 additions & 16 deletions sing-box/sing-box_tungate.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
"geosite-category-public-tracker",
"geosite-cn",
"geosite-private",
"geoip-cn",
"geoip-private"
"geoip-cn"
],
"outbound": "direct"
}
Expand All @@ -208,23 +207,23 @@
"tag": "category-httpdns",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/category-httpdns.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/category-httpdns.srs",
"download_detour": "proxy",
"update_interval": "30d"
},
{
"tag": "geosite-telegram",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geosite/telegram.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geosite/telegram.srs",
"download_detour": "proxy",
"update_interval": "30d"
},
{
"tag": "geoip-telegram",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geoip/telegram.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geoip/telegram.srs",
"download_detour": "proxy",
"update_interval": "30d"
},
Expand All @@ -248,7 +247,7 @@
"tag": "geosite-category-public-tracker",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/geosite/category-public-tracker.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/category-public-tracker.srs",
"download_detour": "proxy",
"update_interval": "10d"
},
Expand All @@ -272,15 +271,7 @@
"tag": "geosite-private",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geosite/private.srs",
"download_detour": "proxy",
"update_interval": "30d"
},
{
"tag": "geoip-private",
"type": "remote",
"format": "binary",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo-lite/geoip/private.srs",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo-lite/geosite/private.srs",
"download_detour": "proxy",
"update_interval": "30d"
}
Expand All @@ -290,7 +281,8 @@
},
"experimental": {
"cache_file": {
"enabled": true
"enabled": true,
"path": "/usr/local/share/sing-box/cache.db"
}
}
}

0 comments on commit 66cb949

Please sign in to comment.