dns inbound is a DNS server.
{
"inbounds": [
{
"type": "dns",
"tag": "dns-in",
"listen": "::",
"listen_port": 5353,
"network": "udp"
}
]
}
!!! note ""
There are no outbound connections by the DNS inbound, all requests are handled internally.
==Required==
Listen address.
==Required==
Listen port.
Listen network, one of tcp udp.
Both if empty.