MyGit

v1.9.0

MetaCubeX/mihomo

版本发布时间: 2022-01-04 18:59:21

MetaCubeX/mihomo最新发布版本:Prerelease-Alpha(2024-08-13 01:01:02)

What's Features

DNS configuration

proxy-groups:

  - name: DNS
    type: url-test
    use:
      - HK
    url: http://cp.cloudflare.com
    interval: 180
    lazy: true
dns:
  enable: true
  use-hosts: true
  ipv6: false
  enhanced-mode: redir-host
  fake-ip-range: 198.18.0.1/16
  listen: 127.0.0.1:6868
  default-nameserver:
    - 119.29.29.29
    - 114.114.114.114
  nameserver:
    - https://doh.pub/dns-query
    - tls://223.5.5.5:853
  fallback:
    - 'https://1.0.0.1/dns-query#DNS'  # append the proxy adapter name or group name to the end of DNS URL with '#' prefix.
    - 'tls://8.8.4.4:853#DNS'
  fallback-filter:
    geoip: false
    geosite:
      - gfw  # `geosite` filter only use fallback server to resolve ip, prevent DNS leaks to unsafe DNS providers.
    domain:
      - +.example.com
    ipcidr:
      - 0.0.0.0/32

TUN configuration

# Enable the TUN listener
tun:
  enable: true
  stack: gvisor #  only gvisor
  dns-hijack: 
    - 0.0.0.0:53 # additional dns server listen on TUN
  auto-route: true # auto set global route

Rules configuration

rules:

  # network(tcp/udp) condition for all rules
  - DOMAIN-SUFFIX,bilibili.com,DIRECT,tcp
  - DOMAIN-SUFFIX,bilibili.com,REJECT,udp
    
  # multiport condition for rules SRC-PORT and DST-PORT
  - DST-PORT,123/136/137-139,DIRECT,udp
  
  # rule GEOSITE
  - GEOSITE,category-ads-all,REJECT
  - GEOSITE,icloud@cn,DIRECT
  - GEOSITE,apple@cn,DIRECT
  - GEOSITE,apple-cn,DIRECT
  - GEOSITE,microsoft@cn,DIRECT
  - GEOSITE,facebook,PROXY
  - GEOSITE,youtube,PROXY
  - GEOSITE,geolocation-cn,DIRECT
  - GEOSITE,geolocation-!cn,PROXY
    
  # source IPCIDR condition for all rules in gateway proxy
  #- GEOSITE,geolocation-!cn,REJECT,192.168.1.88/32,192.168.1.99/32

  - GEOIP,telegram,PROXY,no-resolve
  - GEOIP,private,DIRECT,no-resolve
  - GEOIP,cn,DIRECT
  
  - MATCH,PROXY

Proxies configuration

proxy-groups:

  - name: 🚀 HK Group
    type: select
    use:
      - ALL
    filter: 'HK'

  - name: 🚀 US Group
    type: select
    use:
      - ALL
    filter: 'US'

proxy-providers:
  ALL:
    type: http
    url: "xxxxx"
    interval: 3600
    path: "xxxxx"
    health-check:
      enable: true
      interval: 600
      url: http://www.gstatic.com/generate_204

proxies:
  - name: "vless-tcp"
    type: vless
    server: server
    port: 443
    uuid: uuid
    network: tcp
    servername: example.com # AKA SNI
    # flow: xtls-rprx-direct # xtls-rprx-origin  # enable XTLS
    # skip-cert-verify: true
    
  - name: "vless-ws"
    type: vless
    server: server
    port: 443
    uuid: uuid
    udp: true
    network: ws
    servername: example.com # priority over wss host
    # skip-cert-verify: true
    ws-path: /path
    ws-headers:
      Host: example.com

What's Changed

New Contributors

Full Changelog: https://github.com/MetaCubeX/Clash.Meta/compare/v1.8.0...v1.9.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 Clash.Meta-darwin-amd64-v1.9.0-8-g89609cc.gz 5.57MB

2、 Clash.Meta-darwin-arm64-v1.9.0-8-g89609cc.gz 5.51MB

3、 Clash.Meta-freebsd-386-v1.9.0-8-g89609cc.gz 4.68MB

4、 Clash.Meta-freebsd-amd64-v1.9.0-8-g89609cc.gz 5.09MB

5、 Clash.Meta-freebsd-arm64-v1.9.0-8-g89609cc.gz 4.61MB

6、 Clash.Meta-linux-amd64-v1.9.0-8-g89609cc.gz 5.37MB

7、 Clash.Meta-linux-armv5-v1.9.0-8-g89609cc.gz 4.93MB

8、 Clash.Meta-linux-armv6-v1.9.0-8-g89609cc.gz 4.92MB

9、 Clash.Meta-linux-armv7-v1.9.0-8-g89609cc.gz 4.92MB

10、 Clash.Meta-linux-armv8-v1.9.0-8-g89609cc.gz 4.92MB

11、 Clash.Meta-linux-mips-hardfloat-v1.9.0-8-g89609cc.gz 4.71MB

12、 Clash.Meta-linux-mips-softfloat-v1.9.0-8-g89609cc.gz 4.71MB

13、 Clash.Meta-linux-mips64-v1.9.0-8-g89609cc.gz 4.72MB

14、 Clash.Meta-linux-mips64le-v1.9.0-8-g89609cc.gz 4.6MB

15、 Clash.Meta-linux-mipsle-hardfloat-v1.9.0-8-g89609cc.gz 4.63MB

16、 Clash.Meta-linux-mipsle-softfloat-v1.9.0-8-g89609cc.gz 4.63MB

17、 Clash.Meta-windows-386-v1.9.0-8-g89609cc.zip 5.48MB

18、 Clash.Meta-windows-amd64-v1.9.0-8-g89609cc.zip 5.65MB

19、 Clash.Meta-windows-arm32v7-v1.9.0-8-g89609cc.zip 5.23MB

20、 Clash.Meta-windows-arm64-v1.9.0-8-g89609cc.zip 5.1MB

查看:2022-01-04发行的版本