DNS Outbound
A very simple special outbound type: every request that matches it gets redirected to the built-in DNS module, handled entirely inside the core without making an actual network connection.
Example Config
config.yaml YAML
proxies: - name: "dns-out" type: dns
Description
There are no extra fields — type: dns is the whole config. Requests matching this outbound are handed directly to the built-in DNS module. It's commonly used with rules to route domain resolution requests on certain special ports/protocols here specifically.