跳到主要内容

proxies

proxies 用来定义代理节点。

一个最简单的结构:

proxies:
- name: example
type: http
server: example.com
port: 8080

常见字段:

字段含义
name节点名称
type节点类型 / 协议
server服务器地址
port服务器端口

不同协议拥有不同的字段。

因此看到一个具体协议时,应以对应的 Mihomo 配置参考为准。