mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
systemd-resolved README: add quickstart, remove extra h-levels
This commit is contained in:
parent
17da76e484
commit
82ef806e9f
@ -1,6 +1,15 @@
|
||||
## systemd-resolved additional config files
|
||||
# systemd-resolved additional config files
|
||||
|
||||
### Files explained
|
||||
## Quickstart
|
||||
|
||||
```bash
|
||||
sudo systemctl enable --now systemd-resolved.service
|
||||
sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||
# After changing configuration
|
||||
sudo systemctl restart systemd-resolved
|
||||
```
|
||||
|
||||
## Files explained
|
||||
|
||||
* `00-defaults.conf` - configuration not touching resolvers. Disables DNSSEC (as
|
||||
systemd-resolved doesn't handle it properly), enables opportunistic DoT and
|
||||
@ -9,7 +18,7 @@
|
||||
captive portals are a concern, `DNSOverTLS=no`.
|
||||
* `README.md` - you are reading it right now.
|
||||
|
||||
### General commentary
|
||||
## General commentary
|
||||
|
||||
* Based on my test DNSOverTLS is not supported in Ubuntu 18.04.x LTS (however
|
||||
at the time of writing this README.md, the current version is Ubuntu 20.04.0)
|
||||
|
Loading…
Reference in New Issue
Block a user