1
0
sing-box-rules/rule-site-direct.json
YGXB_net 8c2cd35d2b 适配 sing-box v1.9.0 的 domain_suffix
sing-box 1.9.0 修改了 domain_suffix 的行为:如果规则值以 . 为前缀则行为不变,否则改为匹配 (domain|.+\.domain)。
2024-06-19 14:32:07 +00:00

15 lines
251 B
JSON

{
"version": 1,
"rules": [
{
"domain": [
""
],
"domain_suffix": [
"js.design",
"vdtuzv.com",
"boso.ltd"
]
}
]
}