diff --git a/singbox_example_云原生_custom.json b/singbox_example_云原生_custom.json index e872107..b500e27 100644 --- a/singbox_example_云原生_custom.json +++ b/singbox_example_云原生_custom.json @@ -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" }, { diff --git a/singbox_rules_custom.json b/singbox_rules_custom.json new file mode 100644 index 0000000..828380d --- /dev/null +++ b/singbox_rules_custom.json @@ -0,0 +1,10 @@ +{ + "rules": [ + { + "domain_suffix": [ + "mstdn.social" + ] + } + ], + "version":1 +} \ No newline at end of file