Mihomo YAML Configuration Instructions Structural description and sample content
This page summarizes the basic structure, common fields and sample content in Mihomo YAML configuration, and can be used as a companion page for the YAML configuration description page and tool page generator.
Mihomo YAML Configuration Instructions
This page summarizes the basic structure, common fields and sample content in Mihomo YAML configuration, and can be used as a companion page for the YAML configuration description page and tool page generator.
Basic configuration usually includes core parts such as proxies, proxy-groups, and rules.
Suitable for generating results against tool pages, manually organizing configuration fragments, or understanding basic fields.
Understand the infrastructure first, and then continue to expand according to actual node and policy needs.
proxies:
- name: "Example nodes"
type: vless
server: example.com
port: 443
uuid: 11111111-1111-1111-1111-111111111111
proxy-groups:
- name: "Node selection"
type: select
proxies:
- "Example nodes"
rules:
- MATCH,Node selection
Frequently asked questions and usage suggestions
The examples on this page focus on common usage scenarios. Different clients may have slightly different representations of field display, sorting, or individual parameters, but the core structure and the meaning of key fields are basically the same.
If you need to continue processing existing links, view Base64 subscription content, or organize YAML configuration, you can continue to use it in conjunction with the corresponding modules in the tool page.
For most basic usage scenarios, proxies, proxy-groups and rules are the three core parts.
Usually it can be used as a starting point template, which can be later supplemented with policy groups, rules or more nodes.
Yes, you can use the tool page to generate it first, and then combine it with this page to understand the basic structure.