From 147c40bb82f534162d43a9e949b4bd8cec3dd15e Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 1 Mar 2024 01:21:57 +0800 Subject: [PATCH] nixos/clash-meta-client: various tweaks to config --- .../profiles/common/opt-in/clash-meta-client/config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 7ed7b0d..ab4b6e5 100644 --- a/nixos/profiles/common/opt-in/clash-meta-client/config.yaml +++ b/nixos/profiles/common/opt-in/clash-meta-client/config.yaml @@ -1,11 +1,11 @@ ### YAML Anchors fetch: &fetch type: http - interval: 3600 + interval: 43200 # 12 hours health-check: enable: true url: https://www.gstatic.com/generate_204 - interval: 300 + interval: 600 # 10 minutes use: &use type: select @@ -55,12 +55,13 @@ rules: - GEOSITE, icloud, DIRECT - GEOSITE, apple@cn, DIRECT - GEOSITE, google@cn, DIRECT + - GEOSITE, microsoft@cn, DIRECT - GEOSITE, category-games@cn, DIRECT # PROXY - GEOSITE, spotify, 台湾 - - GEOSITE, google, PROXY - - GEOSITE, telegram, PROXY + # - GEOSITE, google, PROXY + # - GEOSITE, telegram, PROXY # NOMATCH - GEOSITE, cn, DIRECT