diff options
Diffstat (limited to 'debian/10-dns-resolved.conf')
| -rw-r--r-- | debian/10-dns-resolved.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/10-dns-resolved.conf b/debian/10-dns-resolved.conf new file mode 100644 index 00000000..9eeecce8 --- /dev/null +++ b/debian/10-dns-resolved.conf @@ -0,0 +1,5 @@ +[main] +# We need to specify "dns=systemd-resolved" as for the time being our +# /etc/resolv.conf points to resolvconf's generated file instead of +# systemd-resolved's, so the auto-detection does not work. +dns=systemd-resolved |