how to setting cloudflare IPv6 mikrotik ?
no answer at all ??
You don’t need any special settings. Make sure you are running IPv6 correctly and get something assigned by your ISP and then it will publish your IPv6 public too.
At least, I did not do anything “special” for IPv6. It just works.
EDIT : Cloudflare ?? What are you talking about ? DDNS ? Or DNS-services by Mikrotik ?
i saw a post in this site that said we can use cloudflare IPv6 better then use DoH, but he didnt say how to setting it.
The way I do it is as follows:
This directive states do not use ISP DNS
/ip dhcp-client add disabled=no interface=ether1 use-peer-dns=no
This directive tells the Router to use the DNS servers identified
/ip dns set servers=1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001