chore(systemd-resolved): prepare listening on IPv6 locally
This commit is contained in:
parent
439a818439
commit
b60a4e2b53
1 changed files with 5 additions and 0 deletions
|
@ -18,5 +18,10 @@
|
||||||
dnsovertls = "opportunistic";
|
dnsovertls = "opportunistic";
|
||||||
|
|
||||||
fallbackDns = lib.mkForce [];
|
fallbackDns = lib.mkForce [];
|
||||||
|
|
||||||
|
# TODO: IPv6
|
||||||
|
# extraConfig = ''
|
||||||
|
# DNSStubListenerExtra=[::1]:53
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue