Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/miscellaneous/create-dns-stamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Types of Secure DNS include `DNS-over-HTTPS (DoH)`, `DNS-over-QUIC (DoQ)`, `DNS-
This field is optional and should be used with caution: using this option may disrupt the Internet on IPv6-only networks.

:::

- **Hashes**:
Enter the SHA256 digest of one of the TBS certificates found in the validation chain. If the DNS server you are using provides a ready-made hash, find and copy it. Otherwise, you can obtain it by following the instructions in the [*Obtaining the Certificate Hash*](#obtaining-the-certificate-hash) section.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- - -
title: Как создать собственную DNS-метку ( DNS stamp) для Secure DNS sidebar_position: 4
- - -
---
title: Как создать собственную DNS-метку (DNS stamp) для Secure DNS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Насть, мы не правим локализации через гитхаб, только в краудине

sidebar_position: 4
---

В этой инструкции рассказывается о том, как создать собственную DNS-метку (DNS stamp) для Secure DNS. Secure DNS — это сервис, который улучшает конфиденциальность и безопасность в интернете через шифрование DNS-запросов. Таким образом злоумышленники не смогут перехватить ваши DNS-запросы.

Expand Down
Loading