Skip to content

ermengchao/proxy_rule_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

proxy_rule_script

A personal proxy rules repository, mainly for Clash and Surge, with a file organization structure similar to @blackmatrix7/ios_rule_script repository.

for Clash

Add lines below to the config.yaml:

rule-providers:
  ai_chao:
    type: http
    behavior: classical
    url: https://raw.githubusercontent.com/ermengchao/proxy_rule_script/refs/heads/main/Clash/Providers/AI.yaml
    path: ./Providers/ai_chao.yaml
    interval: 86400

  direct_chao:
    type: http
    behavior: classical
    url: https://raw.githubusercontent.com/ermengchao/proxy_rule_script/refs/heads/main/Clash/Providers/direct.yaml
    path: ./Providers/direct_chao.yaml
    interval: 86400

  game_chao:
    type: http
    behavior: classical
    url: https://raw.githubusercontent.com/ermengchao/proxy_rule_script/refs/heads/main/Clash/Providers/games.yaml
    path: ./Providers/game_chao.yaml
    interval: 86400

  proxy_chao:
    type: http
    behavior: classical
    url: https://raw.githubusercontent.com/ermengchao/proxy_rule_script/refs/heads/main/Clash/Providers/proxy.yaml
    path: ./Providers/proxy_chao.yaml
    interval: 86400

rules:
  - RULE-SET,ai_chao,๐Ÿง  AI
  - RULE-SET,direct_chao,๐ŸŸข Direct
  - RULE-SET,game_chao,๐ŸŽฎ Games
  - RULE-SET,proxy_chao,๐ŸŒ Proxy

About

A personal proxy rules repository, mainly for Clash and Surge, with a file organization structure similar to @blackmatrix7/ios_rule_script repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors