Skip to content

Commit 621d363

Browse files
Add specific DNSOverTLS option
1 parent 26eb6a7 commit 621d363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ sudo <EDITOR> /etc/systemd/resolved.conf
5353
[Resolve]
5454
DNS=1.1.1.1
5555
```
56-
To use DNS over TLS, add `#one.one.one.one` as in the following example:
56+
To use DNS over TLS, add `#one.one.one.one` and set `DNSOverTLS` to `yes`, as in the following example:
5757

5858
```txt
5959
[Resolve]
6060
DNS=1.1.1.1#one.one.one.one
61+
DNSOverTLS=yes
6162
```
6263

6364
## Use graphical user interface (GUI)

0 commit comments

Comments
 (0)