Hi.
i am having an issue with mikrotik chains and firewall feature.
according to this image

dst-nat chains works only on packets witch comes into the interface. right?
and output chain is for the packets witch RouterOS it self generates. like dns queries from /ip/dns right?
dst-nat is for changing the destination ip and/or port of an address. right?
i run a dns server on my vps which servers dns service on another port. e.g. 5353
and i want my RouterOS to resolve dns queries from this port and cache it for clients on my local network like a regular dns server.
how can i change the destination port of ROS dns client packet to 5353?
according to the picture dst-nat is not in output chain so it is not possible. right?