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 26eb6a7 commit 621d363Copy full SHA for 621d363
src/content/docs/1.1.1.1/setup/linux.mdx
@@ -53,11 +53,12 @@ sudo <EDITOR> /etc/systemd/resolved.conf
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:
+To use DNS over TLS, add `#one.one.one.one` and set `DNSOverTLS` to `yes`, as in the following example:
57
58
```txt
59
60
DNS=1.1.1.1#one.one.one.one
61
+DNSOverTLS=yes
62
63
64
## Use graphical user interface (GUI)
0 commit comments