mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-09 22:24:28 +02:00
Add alternative Cloudflare DoH script
This commit is contained in:
parent
4d444a66bd
commit
60e720b7a5
4 changed files with 54 additions and 1 deletions
|
@ -3,10 +3,15 @@ The following DoH services can be automated for now...
|
|||
- [Cloudflare](https://github.com/pothi/mikrotik-scripts/blob/main/doh-scripts/cloudflare.rsc)
|
||||
- [Google](https://github.com/pothi/mikrotik-scripts/blob/main/doh-scripts/google.rsc)
|
||||
- [NextDNS](https://github.com/pothi/mikrotik-scripts/blob/main/doh-scripts/nextdns.rsc)
|
||||
|
||||
Incompatible / buggy implementation...
|
||||
|
||||
- [Quad9](https://github.com/pothi/mikrotik-scripts/blob/main/doh-scripts/quad9.rsc)
|
||||
|
||||
Or you may use the [generic script](https://github.com/pothi/mikrotik-scripts/blob/main/doh-scripts/generic.rsc).
|
||||
|
||||
Officially incompatible DoH servers... https://help.mikrotik.com/docs/spaces/ROS/pages/37748767/DNS#DNS-Knowncompatible/incompatibleDoHservices
|
||||
|
||||
Relevant thread in MikroTik forums... https://forum.mikrotik.com/viewtopic.php?f=2&t=160243#p799274
|
||||
|
||||
Remember that DoH depends on the correct time on your MikroTik device. So, make sure that the NTP client is configured and is working. The MikroTik's Cloud NTP client service requires a working DNS that in turn requires a working NTP client. So, please don't depend on MikroTik's Cloud NTP sync service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue