When handling DNS queries, this outbound protocol will forward IP queries (A and AAAA) to the built-in [DNS server](../dns.md). Other types of query traffic will be forwarded to their original destination addresses.
Modifies the transport layer protocol for DNS traffic. The possible values are `"tcp"` and `"udp"`. When not specified, the original transport method will be retained.
Control non IP queries (neither A or AAAA), `"drop"` this request or `"skip"` processing in DNS module,the request will be forwarded to target. By default is `"drop"`.