From bbbc792c8d29fdcb4bcbc6361abb4180dbb5733e Mon Sep 17 00:00:00 2001 From: yulei Date: Tue, 26 Nov 2024 19:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...=> openclash_Configuration_file(完整git版)V2.2.yaml | 13 ++++++------- .../{chatgpt.yaml => special-rule.yaml} | 0 2 files changed, 6 insertions(+), 7 deletions(-) rename openclash_Configuration_file(完整git版)V2.1.yaml => openclash_Configuration_file(完整git版)V2.2.yaml (96%) rename user-defined-rule/special-rules/{chatgpt.yaml => special-rule.yaml} (100%) diff --git a/openclash_Configuration_file(完整git版)V2.1.yaml b/openclash_Configuration_file(完整git版)V2.2.yaml similarity index 96% rename from openclash_Configuration_file(完整git版)V2.1.yaml rename to openclash_Configuration_file(完整git版)V2.2.yaml index b877340..ba4f453 100644 --- a/openclash_Configuration_file(完整git版)V2.1.yaml +++ b/openclash_Configuration_file(完整git版)V2.2.yaml @@ -53,7 +53,7 @@ proxy-groups: - 一元 proxies: -- name: openai-PROXY +- name: Special-PROXY type: select url: http://www.gstatic.com/generate_204 interval: 3600 @@ -173,18 +173,17 @@ rule-providers: url: "http://git.yulei.icu/yulei/openclash-rule/raw/dev/user-defined-rule/custom_direct.yaml" path: ./profiles/rules/custom_direct.yaml interval: 21600 - - chatgpt: +##特殊规则 + special-rule: type: http behavior: domain - url: "http://git.yulei.icu/yulei/openclash-rule/raw/dev/user-defined-rule/special-rules/chatgpt.yaml" - path: ./profiles/rules/chatgpt.yaml + url: "http://git.yulei.icu/yulei/openclash-rule/raw/dev/user-defined-rule/special-rules/special-rule.yaml" + path: ./profiles/rules/special-rule.yaml interval: 21600 rules: - - RULE-SET,chatgpt,openai-PROXY - + - RULE-SET,special-rule,Special-PROXY - RULE-SET,custom_proxy,PROXY - RULE-SET,custom_direct,DIRECT - RULE-SET,applications,DIRECT diff --git a/user-defined-rule/special-rules/chatgpt.yaml b/user-defined-rule/special-rules/special-rule.yaml similarity index 100% rename from user-defined-rule/special-rules/chatgpt.yaml rename to user-defined-rule/special-rules/special-rule.yaml