From c00babbd7bd1c658dc1580eb8c5fcdc580596b06 Mon Sep 17 00:00:00 2001 From: Fabian Foerg <3429782+faf0@users.noreply.github.com> Date: Sat, 22 Dec 2018 19:33:47 -0800 Subject: [PATCH] Install resolvconf on Ubuntu to fix DNS configurations The local (non-cloud) installation process changes resolv.conf such that 127.0.0.53 is the only nameserver. Moreover, the dnscrypt-proxy configuration relies on 127.0.0.53:53 as the fallback DNS server. However, there is no DNS server listening on that IP unless the package resolvconf is installed. Thus, a local installation of algo on Ubuntu breaks the DNS configuration. The issue is fixed by installing resolvonf. --- roles/common/tasks/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/ubuntu.yml b/roles/common/tasks/ubuntu.yml index 6dbc6335..77f3a760 100644 --- a/roles/common/tasks/ubuntu.yml +++ b/roles/common/tasks/ubuntu.yml @@ -7,6 +7,7 @@ with_items: - python2.7 - sudo + - resolvconf - name: Ubuntu | Configure defaults alternatives: