We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85590a commit 26eb6a7Copy full SHA for 26eb6a7
src/content/docs/1.1.1.1/setup/linux.mdx
@@ -49,6 +49,12 @@ sudo <EDITOR> /etc/systemd/resolved.conf
49
50
2. In the editor, add or edit the following lines:
51
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
+
58
```txt
59
[Resolve]
60
DNS=1.1.1.1#one.one.one.one
0 commit comments