From c8c9a8bce4b34d77f3ca4275d4abc26eae616d0f Mon Sep 17 00:00:00 2001 From: cwx Date: Sun, 28 Apr 2024 02:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index cfd6197..7477fb7 100644 --- a/config.yaml +++ b/config.yaml @@ -24,8 +24,8 @@ dns: fallback: ['https://doh.dns.sb/dns-query', 'https://dns.cloudflare.com/dns-query', 'https://dns.twnic.tw/dns-query', 'tls://8.8.4.4:853'] fallback-filter: { geoip: true, ipcidr: [240.0.0.0/4, 0.0.0.0/32] } proxies: - - { name: 'jms', type: ss, server: 144.34.178.163, port: 19899, cipher: aes-256-gcm, password: Hjz2fpX4wUhmj5BC, udp: true } - - { name: 'jms1', type: ss, server: 144.34.176.21, port: 19899, cipher: aes-256-gcm, password: Hjz2fpX4wUhmj5BC, udp: true } + - { name: 'jms', type: ss, server: c63s1.portablesubmarines.com, port: 19899, cipher: aes-256-gcm, password: Hjz2fpX4wUhmj5BC, udp: true } + - { name: 'jms1', type: ss, server: c63s2.portablesubmarines.com, port: 19899, cipher: aes-256-gcm, password: Hjz2fpX4wUhmj5BC, udp: true } proxy-groups: - { name: JustMySocks, type: select, proxies: ['jms', 'jms1' ]} - { name: 自动选择, type: url-test, proxies: ['jms', 'jms1'], url: 'http://www.gstatic.com/generate_204', interval: 86400 }