From d9a51d719980915a0d58665faf0ce982234b8067 Mon Sep 17 00:00:00 2001 From: Ivan Razin Date: Wed, 24 Jun 2026 13:49:43 +0300 Subject: [PATCH] Fix clash.yaml: move orphaned expected-status back into health-check block expected-status: 204 ended up after the rules section instead of inside proxy-providers.sub.health-check where it belongs. Co-Authored-By: Claude Sonnet 4.6 --- assets/clash/clash.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/clash/clash.yaml b/assets/clash/clash.yaml index 6b3b4d6..80ce49a 100644 --- a/assets/clash/clash.yaml +++ b/assets/clash/clash.yaml @@ -28,6 +28,7 @@ proxy-providers: interval: 300 timeout: 5000 lazy: true + expected-status: 204 @@ -281,6 +282,3 @@ rules: - RULE-SET,python,🔓 NO VPN - RULE-SET,geoip-ru,🔓 NO VPN - MATCH,🌍 VPN - - expected-status: 204 -