Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.75 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.75 KB

v2ray-china-list

This project converts felixonmars/dnsmasq-china-list into a domain name file usable by V2Ray.

此項目將 felixonmars/dnsmasq-china-list 轉換爲 V2Ray 可用的域名文件。

Download links

Usage example

Available tags:

  • accelerated-domains.china
  • apple.china
  • google.china
{
    "routing": {
        "rules": [
            {
                "type": "field",
                "domain": [
                    "ext:china-list.dat:accelerated-domains.china",
                    "ext:china-list.dat:apple.china",
                    "ext:china-list.dat:google.china"
                ],
                "outboundTag": "proxy"
            }
        ]
    }
}

Thanks

This project is modified on the basis of v2fly/domain-list-community .