Skip to content
Merged
Changes from 2 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
6 changes: 6 additions & 0 deletions src/content/docs/1.1.1.1/setup/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ sudo <EDITOR> /etc/systemd/resolved.conf
[Resolve]
DNS=1.1.1.1
```
To use DNS over TLS, add `#one.one.one.one` as in the following example:

```txt
[Resolve]
DNS=1.1.1.1#one.one.one.one
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe you also need to set DNSOverTLS=true for it to use DoT. Would be good to include that line in the example to prevent confusion

```

## Use graphical user interface (GUI)

Expand Down
Loading