diff --git a/clash/config/client.yaml b/clash/config/client.yaml index 43aa1ca..bf0dd04 100644 --- a/clash/config/client.yaml +++ b/clash/config/client.yaml @@ -96,6 +96,7 @@ proxy-providers: remnawave: type: http url: "" + path: ./providers/remnawave.yaml interval: 86400 proxy: DIRECT health-check: @@ -169,6 +170,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/big.mrs interval: 86400 path: ./rules/oisd/big.mrs + # bld-agregator: # type: http # behavior: domain @@ -176,6 +178,7 @@ rule-providers: # url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/bld-agregator.mrs # interval: 86400 # path: ./rules/oisd/bld-agregator.mrs + refilter_domains: type: http behavior: domain @@ -183,6 +186,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/domain-rule.mrs interval: 86400 path: ./re-filter/domain-rule.mrs + refilter_ipsum: type: http behavior: ipcidr @@ -190,30 +194,35 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/ip-rule.mrs interval: 86400 path: ./re-filter/ip-rule.mrs + antifilter-ip: type: http behavior: classical url: https://antifilter.i8m3x.icu/antifilter-ip.yaml interval: 86400 path: ./rules/custom/antifilter-ip.yaml + antifilter-community-domain: type: http behavior: classical url: https://antifilter.i8m3x.icu/antifilter-community-domain.yaml interval: 86400 path: ./rules/custom/antifilter-community-domain.yaml + antifilter-community-ip: type: http behavior: classical url: https://antifilter.i8m3x.icu/antifilter-community-ip.yaml interval: 86400 path: ./rules/custom/antifilter-community-ip.yaml + # proxy-domain: # type: http # behavior: classical # url: https://antifilter.i8m3x.icu/proxy-domain.yaml # interval: 86400 # path: ./rules/custom/proxy-domain.yaml + android-app-list: type: http behavior: classical @@ -221,6 +230,7 @@ rule-providers: url: https://git.i8m3x.icu/admin/122/raw/branch/master/clash/rules/android-apps.yaml interval: 86400 path: ./rules/custom/android-app-list.yaml + cloudflare: type: http behavior: ipcidr @@ -228,30 +238,35 @@ rule-providers: url: https://github.com/MetaCubeX/meta-rules-dat/raw/meta/geo/geoip/cloudflare.mrs interval: 86400 path: ./rules/geoip/cloudflare.mrs + youtube: type: http behavior: classical url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/YouTube/YouTube.yaml interval: 86400 path: ./rules/services/youtube.yaml + discord-domain: type: http behavior: classical url: https://raw.githubusercontent.com/fildunsky/clash_discord/main/discord-domain.yaml interval: 86400 path: ./rules/services/discord.yaml + discord-ip: type: http behavior: classical url: https://raw.githubusercontent.com/fildunsky/clash_discord/refs/heads/main/discord-ip.yaml interval: 86400 path: ./rules/services/discord-ip.yaml + telegram: type: http behavior: classical url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Telegram/Telegram.yaml interval: 86400 path: ./rules/services/telegram.yaml + telegram-ip: type: http behavior: ipcidr @@ -259,6 +274,7 @@ rule-providers: url: https://core.telegram.org/resources/cidr.txt interval: 86400 path: ./rules/services/telegram-ip.txt + games-direct: type: http behavior: classical @@ -266,6 +282,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/games-direct.yaml interval: 86400 path: ./rules/services/games-direct.yaml + itdoginfo-domains: type: http behavior: domain @@ -273,6 +290,7 @@ rule-providers: url: https://github.com/itdoginfo/allow-domains/releases/latest/download/russia_inside_domain.mrs interval: 86400 path: ./rules/ru-bundle/russia_inside_domain.mrs + ru-app-list: type: http behavior: classical @@ -280,6 +298,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/ru-app-list.yaml interval: 86400 path: ./rules/ru-bundle/ru-app-list.yaml + no-russia-hosts: type: http behavior: domain @@ -287,6 +306,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/no-russia-hosts.mrs interval: 86400 path: ./rules/ru-bundle/no-russia-hosts.mrs + rknasnblock: type: http behavior: ipcidr @@ -294,6 +314,7 @@ rule-providers: url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/rknasnblock.mrs interval: 86400 path: ./rules/ru-bundle/rknasnblock.mrs + apps_ipcheck: type: inline behavior: classical @@ -317,7 +338,9 @@ rules: - RULE-SET,ru-app-list,DIRECT # === PROXY === - - RULE-SET,cloudflare,PROXY + - PROCESS-NAME,RobloxPlayerBeta.exe,PROXY + - PROCESS-NAME,RobloxCrashHandler.exe,PROXY + - PROCESS-NAME,RobloxPlayerInstaller.exe,PROXY - PROCESS-NAME,discord.exe,Discord - RULE-SET,discord-domain,Discord - RULE-SET,discord-ip,Discord,no-resolve @@ -325,6 +348,7 @@ rules: - RULE-SET,telegram,PROXY - RULE-SET,youtube,Youtube + - RULE-SET,cloudflare,PROXY - RULE-SET,refilter_ipsum,PROXY,no-resolve - RULE-SET,refilter_domains,PROXY - RULE-SET,antifilter-ip,PROXY,no-resolve @@ -336,5 +360,6 @@ rules: - RULE-SET,itdoginfo-domains,RU-Banned - RULE-SET,no-russia-hosts,RU-Banned - RULE-SET,rknasnblock,RU-Banned,no-resolve + # === DIRECT === - MATCH,DIRECT