Code Monkey home page Code Monkey logo

clash-attachment-rules's Introduction

clash-attachment-rules

自用clash补充规则,主要规则引用自clash-rules,本文为自用补充规则

使用方式

要想使用本项目的规则集,只需要在 Clash 配置文件中添加如下 rule-providers 和 rules。

Rule Providers 配置方式

rule-providers:
  iapyang-proxy:
    type: http
    behavior: domain
    url: "https://raw.githubusercontent.com/iapYang/clash-attachment-rules/main/rules/proxy.txt"
    path: ./ruleset/iapyang-proxy.yaml
    interval: 86400

  iapyang-direct:
    type: http
    behavior: domain
    url: "https://raw.githubusercontent.com/iapYang/clash-attachment-rules/main/rules/direct.txt"
    path: ./ruleset/iapyang-direct.yaml
    interval: 86400

或者镜像访问

rule-providers:
  iapyang-proxy:
    type: http
    behavior: domain
    url: "https://cdn.jsdelivr.net/gh/iapYang/clash-attachment-rules@main/rules/proxy.txt"
    path: ./ruleset/iapyang-proxy.yaml
    interval: 86400

  iapyang-direct:
    type: http
    behavior: domain
    url: "https://cdn.jsdelivr.net/gh/iapYang/clash-attachment-rules@main/rules/direct.txt"
    path: ./ruleset/iapyang-direct.yaml
    interval: 86400

Rules配置方式

rules:
  - RULE-SET,iapyang-proxy,PROXY
  - RULE-SET,iapyang-direct,DIRECT

clash-attachment-rules's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.