Redirect all DNS requests to local hosted Pi-Hole

I simply asked for help in a beginners sub-forum. Thats it.
No one forced you to “answer”.
I read several of your other answers in the main forum and I have learned alot from you and other seniors here. But come on m8…

My dstnat rule:

add action=dst-nat chain=dstnat comment="Pihole Ubuntu " dst-port=53 in-interface-list=LAN protocol=tcp to-addresses=192.168.3.1 to-ports=53

As you can see it redirects DNS queries from LAN to 192.168.3.1 (my mk router IP) which in turn has my pihole IP (192.168.3.12) set as DNS server.
There might be the reason why it has been working without any issue so far.
So, I don’t know if I really need the rule to exclude pihole itself from being redirected as you said. Not sure though.