Skip to content

Commit 26eb6a7

Browse files
Spell out that one.one.one.one addition is for DoT
1 parent a85590a commit 26eb6a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/1.1.1.1/setup/linux.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ sudo <EDITOR> /etc/systemd/resolved.conf
4949

5050
2. In the editor, add or edit the following lines:
5151

52+
```txt
53+
[Resolve]
54+
DNS=1.1.1.1
55+
```
56+
To use DNS over TLS, add `#one.one.one.one` as in the following example:
57+
5258
```txt
5359
[Resolve]
5460
DNS=1.1.1.1#one.one.one.one

0 commit comments

Comments
 (0)