Systemd/resolved: Difference between revisions
m Typo 'fallbackdns' should be 'fallbackDns'. (with capital D) |
resolved module was converted to RFC42-style settings in 26.05 Tags: Manual revert Visual edit |
||
| Line 26: | Line 26: | ||
services.resolved = { | services.resolved = { | ||
enable = true; | enable = true; | ||
settings.Resolve = { | |||
DNSSEC = "true"; | |||
Domains = [ "~." ]; | |||
DNSOverTLS = "true"; | |||
FallbackDNS = [ | |||
"1.1.1.1" | |||
"1.0.0.1" | |||
]; | |||
}; | |||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||