mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-01 09:33:01 +02:00
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.
This commit is contained in:
parent
5981bb9cad
commit
c00babbd7b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- python2.7
|
- python2.7
|
||||||
- sudo
|
- sudo
|
||||||
|
- resolvconf
|
||||||
|
|
||||||
- name: Ubuntu | Configure defaults
|
- name: Ubuntu | Configure defaults
|
||||||
alternatives:
|
alternatives:
|
||||||
|
|
Loading…
Add table
Reference in a new issue