rule-set
Changes in sing-box 1.10.0
type: inline
info
自 sing-box 1.8.0 起
结构
- Inline
- Local File
- Remote File
{
"type": "inline", // optional
"tag": "",
"rules": []
}
{
"type": "local",
"tag": "",
"format": "source", // or binary
"path": ""
}
info
Remote rule-set will be cached if experimental.cache_file.enabled
.
{
"type": "remote",
"tag": "",
"format": "source", // or binary
"url": "",
"download_detour": "", // optional
"update_interval": "" // optional
}
字段
type
Required
Type of rule-set, local
or remote
.
tag
Required
Tag of rule-set.
Inline Fields
info
Since sing-box 1.10.0
rules
Required
List of Headless Rule.
Local or Remote Fields
format
Required
Format of rule-set file, source
or binary
.
Local Fields
path
Required
note
Will be automatically reloaded if file modified since sing-box 1.10.0.
File path of rule-set.
Remote Fields
url
Required
Download URL of rule-set.
download_detour
Tag of the outbound to download rule-set.
Default outbound will be used if empty.
update_interval
Update interval of rule-set.
1d
will be used if empty.