Skip to content

Repository files navigation

OpenClash游戏分流规则

本项目基本在香港、台湾等国家的全局代理环境下抓的游戏IP,不保证其它国家同样适用。

战地5亚服:Battlefield V(Asia)

英雄联盟台服、金铲铲手游台服(Teamfight Tactics):League of Legends(TW)

手游绝地求生亚服:PUBG MOBILE(Asia)

绝地求生亚服:PUBG(Asia)

用法:

在openclash配置文件中

proxy-groups段添加:

  - name: 🎮 游戏加速
    type: select
    include-all: true
    proxies:
      - 🚀 节点选择
      - 🎯 全球直连
      - ♻️ 自动选择

rules段添加:

  #开头添加riotcdn.net走直连能防止英雄联盟台服更新游戏时消耗游戏节点流量
  - DOMAIN-SUFFIX,riotcdn.net,DIRECT
  - RULE-SET,PUBG-Asia,🎮 游戏加速
  - RULE-SET,Battlefield_V-Asia,🎮 游戏加速
  - RULE-SET,League_of_Legends-TW,🎮 游戏加速
  - RULE-SET,PubgMobile-Asia,🎮 游戏加速

rule-providers段添加:

  PUBG-Asia:
    type: http
    behavior: classical
    url: "https://raw.githubusercontent.com/TheRepublicOfChina/OpenClash_Games/main/PUBG-Asia.yaml"
    path: ./ruleset/PUBG-Asia.yaml

  PubgMobile-Asia:
    type: http
    behavior: classical
    url: "https://raw.githubusercontent.com/TheRepublicOfChina/OpenClash_Games/main/PubgMobile-Asia.yaml"
    path: ./ruleset/PubgMobile-Asia.yaml

  Battlefield_V-Asia:
    type: http
    behavior: classical
    url: "https://raw.githubusercontent.com/TheRepublicOfChina/OpenClash_Games/main/Battlefield_V-Asia.yaml"
    path: ./ruleset/Battlefield_V-Asia.yaml

  League_of_Legends-TW:
    type: http
    behavior: classical
    url: "https://raw.githubusercontent.com/TheRepublicOfChina/OpenClash_Games/main/League_of_Legends-TW.yaml"
    path: ./ruleset/League_of_Legends-TW.yaml

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors