From a8e8cf23f759ec76553178401ec94661397f9c40 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 23 Apr 2024 05:03:26 +0800 Subject: [PATCH] fixup! nixos/clash-meta-client: use lightsail-tokyo --- nixos/profiles/common/opt-in/clash-meta-client/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/profiles/common/opt-in/clash-meta-client/config.yaml b/nixos/profiles/common/opt-in/clash-meta-client/config.yaml index 1f021f3..d6f161e 100644 --- a/nixos/profiles/common/opt-in/clash-meta-client/config.yaml +++ b/nixos/profiles/common/opt-in/clash-meta-client/config.yaml @@ -30,7 +30,11 @@ tcp-concurrent: true geodata-mode: true proxy-groups: - - { name: PROXY, type: select, proxies: [自动选择, 备用自动选择, DIRECT, lightsail] } + - { + name: PROXY, + type: select, + proxies: [自动选择, 备用自动选择, DIRECT, lightsail], + } - { name: 自动选择, <<: *use, tolerance: 2, type: url-test } - { name: 备用自动选择, <<: *use-backup, tolerance: 2, type: url-test }