mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
systemd-resolved: rename conf files to have a number prefix
This commit is contained in:
parent
9375b3c2b2
commit
5ab33c154e
3
etc/systemd/resolved.conf.d/.gitignore
vendored
3
etc/systemd/resolved.conf.d/.gitignore
vendored
@ -1 +1,2 @@
|
||||
dot-trex.conf
|
||||
10-dot-trex.conf
|
||||
99-lan-resolver.conf
|
||||
|
@ -32,9 +32,14 @@ sudo systemctl restart systemd-resolved
|
||||
should exist anyway as I don't trust systemd-resolved entirely. Anyway if
|
||||
there truly is no local resolver, systemd-resolved will detect that and act accordingly.)
|
||||
- To rephrase, this is to be used together with other files, especially
|
||||
some of those beginning with `dot-`.
|
||||
- `dot-*.conf` - configuration to use the DNS provider with DNS-over-TLS.
|
||||
some of those beginning with `10-dot-`.
|
||||
- `10-dot-*.conf` - configuration to use the DNS provider with DNS-over-TLS.
|
||||
At least one of these should be used in addition to `00-defaults.conf`
|
||||
- `98-local-resolver.conf` attempts to configure localhost resolver and
|
||||
disables unnecessary features for that scenario.
|
||||
- `99-lan-resolver.conf.sample` when renamed would allow enabling resolvers on
|
||||
LAN assuming they are trusted. Note that if used together with
|
||||
`98-local-resolver.conf`, DNSSEC would be disabled.
|
||||
- `README.md` - you are reading it right now.
|
||||
|
||||
## General commentary
|
||||
|
@ -1 +0,0 @@
|
||||
dot-quad9.conf
|
Loading…
Reference in New Issue
Block a user