Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

基础配置

例:

#此处省略部分设置#
geodata-mode: true         #【Meta专属】使用geoip.dat数据库(默认:false使用mmdb数据库)
tcp-concurrent: true         #【Meta专属】TCP连接并发,如果域名解析结果对应多个IP,
                             # 并发所有IP,选择握手最快的IP进行连接
#此处省略部分设置#

geodata-mode:当为true时使用geoip.dat数据库,默认(可不写)为false,使用Country.mmdb数据库。(使用启动参数 -m 时,等同geodata-mode:true

  • Meta使用 Loyalsoldier geoip 作为默认数据库,首次运行会自动下载对应数据库到clash主目录,受github.com访问现状的限制,建议自行下载到本地再运行Meta;

tcp-concurrent:当为true时,如果域名解析结果对应多个IP,并发请求所有IP,选择握手最快的IP进行通讯。

最后更新于