From 6aa6236668394c05a08051eda86db734c994ad51 Mon Sep 17 00:00:00 2001 From: zeaslity Date: Mon, 15 May 2023 17:27:23 +0800 Subject: [PATCH] =?UTF-8?q?clash=20=E6=96=B0=E5=A2=9Eclash-for-windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2ray示例/Clash/clash-for-windows-config.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 v2ray示例/Clash/clash-for-windows-config.yaml diff --git a/v2ray示例/Clash/clash-for-windows-config.yaml b/v2ray示例/Clash/clash-for-windows-config.yaml new file mode 100644 index 0000000..68b8504 --- /dev/null +++ b/v2ray示例/Clash/clash-for-windows-config.yaml @@ -0,0 +1,28 @@ +mixed-port: 7890 +allow-lan: false +external-controller: 127.0.0.1:61889 +secret: 5c090877-21bb-4006-a97c-0bd4bfbb9be9 +log-level: info +ipv6: false +proxy-groups: + - name: PROXY-ALL + type: select + proxies: + - tc-sh +proxies: + - name: proxy-server + type: socks5 + server: 192.168.11.19 + port: 22999 + username: zeaslity + password: password + - name: tc-sh + type: socks5 + server: 42.192.52.227 + port: 28888 + username: zeaslity + password: lovemm.23 + - name: tc-sh + type: socks5 + server: 42.192.52.227 + port: 28889