chore(systemd-resolved): prepare listening on IPv6 locally

This commit is contained in:
steveej 2024-11-11 21:49:08 +01:00
parent 439a818439
commit b60a4e2b53

View file

@ -18,5 +18,10 @@
dnsovertls = "opportunistic"; dnsovertls = "opportunistic";
fallbackDns = lib.mkForce []; fallbackDns = lib.mkForce [];
# TODO: IPv6
# extraConfig = ''
# DNSStubListenerExtra=[::1]:53
# '';
}; };
} }