mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 17:04:09 +00:00
add localhost to resolvconf
This commit is contained in:
parent
07570a6ec2
commit
7a6d602dcb
1 changed files with 5 additions and 0 deletions
|
|
@ -30,3 +30,8 @@
|
|||
|
||||
- name: Enable and start Unbound
|
||||
service: name=unbound.service enabled=yes state=started
|
||||
|
||||
- name: Configure resolvconf to use Unbound
|
||||
lineinfile: dest=/etc/resolvconf.conf
|
||||
state=present
|
||||
line="name_servers=127.0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue