hi friends
i have a question about dns redirect
i know if we want to use my router as dns server for my local network we write this rule
chain:dst-nat protocol:udp port:53 action:dst-nat to port:53
so my question is this:we use above rule when my router has internet?
suppose my router has 1 public ip like :1.1.1.1 but for ping 8.8.8.8 in router we need to add surce address in my ping tools
in this case what is my chain?is it src-nat or just dst nat?