Различия
Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слеваПредыдущая версия | |
| wiki:mikrotik_doh [2026/03/26 13:55] – odmin | wiki:mikrotik_doh [2026/03/26 13:56] (текущий) – odmin |
|---|
| |
| <code> | <code> |
| |
| /certificate import file-name=SSLcomRootCertificationAuthorityECC.pem | /certificate import file-name=SSLcomRootCertificationAuthorityECC.pem |
| |
| |
| </code> | </code> |
| |
| <code> | <code> |
| |
| /ip dns | /ip dns |
| |
| |
| </code> | </code> |
| |
| <code> | <code> |
| | set use-doh-server=https://cloudflare-dns.com/dns-query verify-doh-cert=yes \ |
| set use-doh-server=https://cloudflare-dns.com/dns-query verify-doh-cert=yes \\ | |
| set allow-remote-requests=yes | set allow-remote-requests=yes |
| |
| set use-doh-server=https://cloudflare-dns.com/dns-query verify-doh-cert=yes | set use-doh-server=https://cloudflare-dns.com/dns-query verify-doh-cert=yes |
| |
| |
| </code> | </code> |
| |
| ''/tool fetch url="https://ssl.com/repo/certs/SSLcomRootCertificationAuthorityECC.pem"'' Импорт загруженного сертификата '' /certificate import file-name=SSLcomRootCertificationAuthorityECC.pem'' Далее в консоли '' /ip dns'' ''set use-doh-server=[[https://cloudflare-dns.com/dns-query|https://cloudflare-dns.com/dns-query]] verify-doh-cert=yes'' ''set allow-remote-requests=yes'' //'' //'' //'' | |
| |
| |