From 711e8704bf7d770aeae2daeb4609aff1f86d6659 Mon Sep 17 00:00:00 2001 From: Tiger Ren Date: Sat, 19 Oct 2024 21:00:01 +0800 Subject: [PATCH] add uuid for the config, so the link is secured also add custom rules --- singbox_example_云原生_custom.json | 16 +++++++++++++--- singbox_rules_custom.json | 10 ++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 singbox_rules_custom.json 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