include: itdoginfo-inside-russia + no-russia-hosts + antifilter-community
how to add
.yaml example for binary rule-set .mrs
rule-providers:
ru-bundle:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/rule.mrs
path: ./ru-bundle/rule.mrs
interval: 86400
rules:
- RULE-SET,ru-bundle,PROXY
- MATCH,DIRECT
add to vpnbot
proxy:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/rule.mrs
include all list from oisd
how to add
.yaml example for binary rule-set .mrs
rule-providers:
oisd_big:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/big.mrs
path: ./oisd/big.mrs
interval: 86400
oisd_small:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/small.mrs
path: ./oisd/small.mrs
interval: 86400
oisd_nsfw_small:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/nsfw_small.mrs
path: ./oisd/nsfw_small.mrs
interval: 86400
oisd_nsfw_big:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/nsfw.mrs
path: ./oisd/nsfw_big.mrs
interval: 86400
rules:
- RULE-SET,oisd_small,REJECT
- RULE-SET,oisd_big,REJECT
- RULE-SET,oisd_nsfw_small,REJECT
- RULE-SET,oisd_nsfw_big,REJECT
- MATCH,DIRECT
add to vpnbot
BIG LIST:
reject:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/big.mrs
SMALL LIST:
reject:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/small.mrs
NSFW BIG LIST:
reject:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/nsfw.mrs
NSFW SMALL LIST:
reject:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/oisd/nsfw_small.mrs
include domain & ip list from re-filter & ech+no-ech list by Akiyamov based on re-filter
how to add
.yaml example for binary rule-set .mrs
rule-providers:
refilter_domains:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/domain-rule.mrs
path: ./re-filter/domain-rule.mrs
interval: 86400
refilter_ipsum:
type: http
behavior: ipcidr
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/ip-rule.mrs
path: ./re-filter/ip-rule.mrs
interval: 86400
rules:
- RULE-SET,refilter_domains,PROXY
- RULE-SET,refilter_ipsum,PROXY
- MATCH,DIRECT
.yaml example with ECH+noECH rules
rule-providers:
refilter_noech:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/re-filter-noech.mrs
path: ./re-filter/noech.mrs
interval: 86400
refilter_ech:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/re-filter-ech.mrs
path: ./re-filter/ech.mrs
interval: 86400
refilter_ipsum:
type: http
behavior: ipcidr
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/ip-rule.mrs
path: ./re-filter/ip-rule.mrs
interval: 86400
rules:
- DOMAIN,cloudflare-ech.com,PROXY
- RULE-SET,refilter_ech,DIRECT
- RULE-SET,refilter_noech,PROXY
- RULE-SET,refilter_ipsum,PROXY
- MATCH,DIRECT
add to vpnbot
proxy:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/domain-rule.mrs
proxy:ipcidr:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/re-filter/ip-rule.mrs
torrent clients, trackers, websites
.yaml example for binary rule-set .mrs
rule-providers:
torrent-trackers:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-trackers.mrs
path: ./rule-sets/torrent-trackers.mrs
interval: 86400
torrent-websites:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-websites.mrs
path: ./rule-sets/torrent-websites.mrs
interval: 86400
torrent-clients:
type: http
behavior: classical
format: yaml
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-clients.yaml
path: ./rule-sets/torrent-clients.yaml
interval: 86400
rules:
- RULE-SET,torrent-clients,DIRECT
- RULE-SET,torrent-trackers,DIRECT
- RULE-SET,torrent-websites,PROXY
- MATCH,DIRECT
add to vpnbot
DIRECT:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-trackers.mrs
PROXY:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-websites.mrs
DIRECT:classical:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/torrent-clients.yaml
lists from ru-bundle (itdoginfo-inside-russia, no-russia-hosts, antifilter-community)
.yaml example for binary rule-set .mrs
rule-providers:
antifilter-community:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/antifilter-community.mrs
path: ./ru-bundle/antifilter-community.mrs
interval: 86400
no-russia-hosts:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/no-russia-hosts.mrs
path: ./ru-bundle/no-russia-hosts.mrs
interval: 86400
itdoginfo-inside-russia:
type: http
behavior: domain
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/itdoginfo-inside-russia.mrs
path: ./ru-bundle/itdoginfo-inside-russia.mrs
interval: 86400
rules:
- RULE-SET,itdoginfo-inside-russia,PROXY
- RULE-SET,no-russia-hosts,PROXY
- RULE-SET,antifilter-community,PROXY
- MATCH,DIRECT
add to vpnbot
itdoginfo-inside-russia:
proxy:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/itdoginfo-inside-russia.mrs
no-russia-hosts:
proxy:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/no-russia-hosts.mrs
antifilter-community:
proxy:domain:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/ru-bundle/antifilter-community.mrs
discord-voice-ips
.yaml example for binary rule-set .mrs
rule-providers:
discord-voice-ips:
type: http
behavior: ipcidr
format: mrs
url: https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/discord-voice-ip-list.mrs
path: ./other/discord-voice-ips.mrs
interval: 86400
rules:
- RULE-SET,discord-voice-ips,PROXY
- MATCH,DIRECT
add to vpnbot
proxy:ipcidr:86400:https://github.com/legiz-ru/mihomo-rule-sets/raw/main/other/discord-voice-ip-list.mrs
- mihomo rule-sets by MetaCubeX include: asn/geoip/geosite