Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings
Open more actions menu

Latest commit

 

History

470 Commits
470 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unified mihomo rulesets

The scripts generate combined and deduplicated mihomo rulesets from huge number of lists from repositories such as:

Usage:

sniffer:
  enable: true
  force-dns-mapping: true
  parse-pure-ip: true
  sniff:
    HTTP:
      ports: [80, 8080-8880]
      override-destination: true
    TLS:
      ports: [443, 8443]
    QUIC:
      ports: [443, 8443]
      
rule-providers:

  uni-adblock:
    type: http
    behavior: domain
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-adblock.mrs
    path: ./unified/uni-adblock.mrs
    interval: 86400

  uni-block:
    type: http
    behavior: domain
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-block.mrs
    path: ./unified/uni-block.mrs
    interval: 86400

  uni-app-block:
    type: http
    behavior: classical
    format: yaml
    url: https://raw.githubusercontent.com/vrzdrb/unified-mihomo-rulesets/refs/heads/main/uni-app-block.yaml
    path: ./unified/uni-app-block.yaml
    interval: 86400

  uni-custom-proxy:
    type: http
    behavior: classical
    format: yaml
    url: https://raw.githubusercontent.com/vrzdrb/unified-mihomo-rulesets/refs/heads/main/uni-custom-proxy.yaml
    path: ./unified/uni-custom-proxy.yaml
    interval: 86400
    
  uni-custom-direct:
    type: http
    behavior: classical
    format: yaml
    url: https://raw.githubusercontent.com/vrzdrb/unified-mihomo-rulesets/refs/heads/main/uni-custom-direct.yaml
    path: ./unified/uni-custom-direct.yaml
    interval: 86400

  uni-domains-direct:
    type: http
    behavior: domain
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-domains-direct.mrs
    path: ./unified/uni-domains-direct.mrs
    interval: 86400

  uni-domains:
    type: http
    behavior: domain
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-domains.mrs
    path: ./unified/uni-domains.mrs
    interval: 86400

  uni-ip4-cidr-direct:
    type: http
    behavior: ipcidr
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-ip4-cidr-direct.mrs
    path: ./unified/uni-ip4-cidr-direct.mrs
    interval: 86400

  uni-ip4-cidr:
    type: http
    behavior: ipcidr
    format: mrs
    url: https://github.com/vrzdrb/unified-mihomo-rulesets/raw/refs/heads/main/uni-ip4-cidr.mrs
    path: ./unified/uni-ip4-cidr.mrs
    interval: 86400

rules:
  - RULE-SET,uni-adblock,REJECT
  - RULE-SET,uni-block,REJECT
  - RULE-SET,uni-app-block,REJECT
  - RULE-SET,uni-custom-proxy,PROXY
  - RULE-SET,uni-custom-direct,DIRECT
  - RULE-SET,uni-domains-direct,DIRECT
  - RULE-SET,uni-domains,PROXY
  - RULE-SET,uni-ip4-cidr-direct,DIRECT
  - RULE-SET,uni-ip4-cidr,PROXY
  - MATCH,DIRECT

About

Combined mihomo rulesets from huge number of lists

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.