再感谢CHing提供的方法,那么member们就有多个选择。
--------- 还有 addtional的信息可以参考
1. Static DNS
• Will change the IP Address from a domain
• Client DNS Request must be redirected to router
• Static DNS will replace the IP of Original Server with fake IP and make
your client host can’t access the actual server by domain
/ip dns static add name=example.com address=127.0.0.1
/ip firewall nat add chain=dstnat dst-port=53 action=redirect to-ports=53 protocol=tcp
/ip firewall nat add chain=dstnat dst-port=53 action=redirect to-ports=53 protocol=udp