refactor: comment out resolved DNS customization
Commented out DNSSEC configuration and single-label resolution in systemd-resolved. This change disables custom DNS behavior to potentially align with default system behavior or compatibility requirements.
This commit is contained in:
parent
109c6be0b1
commit
fff88913be
4 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
{
|
||||
services.resolved.enable = true;
|
||||
services.resolved.dnssec = "allow-downgrade";
|
||||
#services.resolved.dnssec = "allow-downgrade";
|
||||
services.resolved.extraConfig = ''
|
||||
ResolveUnicastSingleLabel=yes
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue