Constantine A. Murenin wrote:
How do I tell my named(8) to only listen on udp ports, and leave tcp ports for sshd(8)? Is this at all possible with named.conf alone? I've glanced through named.conf(5), but didn't find the desired option there...
If you can't do it with named, you could use pf to redir the incoming TCP 53 connections to port 22. Then there's no port conflict.