Skip to content

Commit

Permalink
change some rules source
Browse files Browse the repository at this point in the history
  • Loading branch information
PaPerseller committed Dec 6, 2023
1 parent 3b9dbd9 commit 15983d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
20 changes: 11 additions & 9 deletions sing-box_client_ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"outbounds": [
{
"tag": "proxy",
//以 reality 协议为例, 对应值请勿套用,客户端中需删除本注释
//本注释需删除,以 reality 协议为例, 对应值请勿套用, tcp multi_path 需服务端同时开启方会生效
"type": "vless",
"server": "server",
"server_port": 443,
Expand All @@ -82,7 +82,9 @@
"public_key": "SUDD3lECQszxyDD9FZFcB0QpG3XzaVD8tzEH98kcEko",
"short_id": "c24d2408508ee08f"
}
}
},
"tcp_fast_open": true,
"tcp_multi_path": true
},
{
"type": "direct",
Expand Down Expand Up @@ -134,7 +136,7 @@
"8.8.4.4"
],
"rule_set": [
"geoip-telegram"
"mixed-telegram"
],
"domain_suffix": [
"github.global.ssl.fastly.net",
Expand Down Expand Up @@ -173,8 +175,8 @@
"geosite-category-games@cn",
"geosite-category-public-tracker",
"geosite-cn",
"geoip-cn",
"geoip-private"
"mixed-private",
"geoip-cn"
],
"outbound": "direct"
}
Expand Down Expand Up @@ -202,10 +204,10 @@
"download_detour": "proxy"
},
{
"tag": "geoip-telegram",
"tag": "mixed-telegram",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/PaPerseller/sing-geoip/rule-set/geoip-telegram.srs",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/mixed/telegram.srs",
"download_detour": "proxy"
},
{
Expand Down Expand Up @@ -251,10 +253,10 @@
"download_detour": "proxy"
},
{
"tag": "geoip-private",
"tag": "mixed-private",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/PaPerseller/sing-geoip/rule-set/geoip-private.srs",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/mixed/private.srs",
"download_detour": "proxy"
}
],
Expand Down
19 changes: 10 additions & 9 deletions sing-box_tungate_ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"outbounds": [
{
"tag": "proxy",
//本注释需删除,以 reality 协议为例, 对应值请勿套用
//本注释需删除,以 reality 协议为例, 对应值请勿套用, tcp multi_path 需服务端同时开启方会生效
"type": "vless",
"server": "server",
"server_port": 443,
Expand All @@ -41,7 +41,8 @@
"short_id": "c24d2408508ee08f"
}
},
"tcp_fast_open": true
"tcp_fast_open": true,
"tcp_multi_path": true
},
{
"type": "direct",
Expand Down Expand Up @@ -85,7 +86,7 @@
"8.8.4.4"
],
"rule_set": [
"geoip-telegram"
"mixed-telegram"
],
"domain_suffix": [
"github.global.ssl.fastly.net",
Expand Down Expand Up @@ -151,8 +152,8 @@
"geosite-category-games@cn",
"geosite-category-public-tracker",
"geosite-cn",
"geoip-cn",
"geoip-private"
"mixed-private",
"geoip-cn"
],
"outbound": "direct"
}
Expand All @@ -167,10 +168,10 @@
"update_interval": "10d"
},
{
"tag": "geoip-telegram",
"tag": "mixed-telegram",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/PaPerseller/sing-geoip/rule-set/geoip-telegram.srs",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/mixed/telegram.srs",
"download_detour": "proxy",
"update_interval": "30d"
},
Expand Down Expand Up @@ -223,10 +224,10 @@
"update_interval": "5d"
},
{
"tag": "geoip-private",
"tag": "mixed-private",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/PaPerseller/sing-geoip/rule-set/geoip-private.srs",
"url": "https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo/mixed/private.srs",
"download_detour": "proxy",
"update_interval": "30d"
}
Expand Down

0 comments on commit 15983d1

Please sign in to comment.