proxy-providers: my-ssr-sub: type:http url:"https://xxx" path:./proxy_providers/my-ssr-sub.yaml interval:86400# Auto-update interval in seconds (e.g., once a day) exclude-filter:"网址|剩余|过期|回家" health-check: enable:true url:https://www.gstatic.com/generate_204 interval:300# Test node latency every 5 minutes timeout:5000
proxy-groups: -name:"Proxy" type:url-test use: -my-ssr-sub url:"https://www.gstatic.com/generate_204"# Required for url-test interval:300# Tests ping every 5 minutes tolerance:50# Prevents constant switching
rules: -GEOIP,LAN,DIRECT# Bypass local network -GEOIP,CN,DIRECT# Bypass Chinese IPs (change CN to your country code if needed) -MATCH,Proxy# Route everything else to the "Proxy" group