Skip to content

Commit 88be979

Browse files
[1.1.1.1] Add steps to allow DNS over TLS for systemd-resolved (#18617)
* Changed value for resolved to allow DNS over TLS for systemd-resolved Please also update the website: https://one.one.one.one Source: https://man.archlinux.org/man/resolved.conf.5#OPTIONS * Spell out that one.one.one.one addition is for DoT * Add specific DNSOverTLS option --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 5af8c4b commit 88be979

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ 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` and set `DNSOverTLS` to `yes`, as in the following example:
57+
58+
```txt
59+
[Resolve]
60+
DNS=1.1.1.1#one.one.one.one
61+
DNSOverTLS=yes
62+
```
5663

5764
## Use graphical user interface (GUI)
5865

0 commit comments

Comments
 (0)