适配 sing-box v1.9.0 的 domain_suffix
sing-box 1.9.0 修改了 domain_suffix 的行为:如果规则值以 . 为前缀则行为不变,否则改为匹配 (domain|.+\.domain)。
This commit is contained in:
parent
e9e37cd221
commit
8c2cd35d2b
@ -3,12 +3,12 @@
|
|||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"domain": [
|
"domain": [
|
||||||
"js.design"
|
""
|
||||||
],
|
],
|
||||||
"domain_suffix": [
|
"domain_suffix": [
|
||||||
".js.design",
|
"js.design",
|
||||||
".vdtuzv.com",
|
"vdtuzv.com",
|
||||||
".boso.ltd"
|
"boso.ltd"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user