add uuid for the config, so the link is secured
also add custom rules
This commit is contained in:
parent
257df05f29
commit
711e8704bf
|
|
@ -580,7 +580,10 @@
|
|||
],
|
||||
"outbound": "🚀 节点选择"
|
||||
},
|
||||
|
||||
{
|
||||
"rule_set": "custom_rules",
|
||||
"outbound": "🚀 节点选择"
|
||||
},
|
||||
{
|
||||
"domain": "accounts.google.com",
|
||||
"domain_suffix": [
|
||||
|
|
@ -660,14 +663,21 @@
|
|||
"type": "remote",
|
||||
"tag": "Netflix-WgetCloud",
|
||||
"format": "source",
|
||||
"url": "https://dev.xorbit.me/singbox_rules_netflix.json",
|
||||
"url": "https://dev.xorbit.me/25e581b6-de5d-4878-8eda-79a22a079ada/singbox_rules_netflix.json",
|
||||
"download_detour": "direct"
|
||||
},
|
||||
{
|
||||
"type": "remote",
|
||||
"tag": "Netflix-WgetCloud-IP",
|
||||
"format": "source",
|
||||
"url": "https://dev.xorbit.me/singbox_rules_netflix_ip.json",
|
||||
"url": "https://dev.xorbit.me/25e581b6-de5d-4878-8eda-79a22a079ada/singbox_rules_netflix_ip.json",
|
||||
"download_detour": "direct"
|
||||
},
|
||||
{
|
||||
"type": "remote",
|
||||
"tag": "custom_rules",
|
||||
"format": "source",
|
||||
"url": "https://dev.xorbit.me/25e581b6-de5d-4878-8eda-79a22a079ada/singbox_rules_custom.json",
|
||||
"download_detour": "direct"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"rules": [
|
||||
{
|
||||
"domain_suffix": [
|
||||
"mstdn.social"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version":1
|
||||
}
|
||||
Loading…
Reference in New Issue