Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
add bind-interfaces to dnsmasq config
Browse files Browse the repository at this point in the history
  • Loading branch information
mylokin committed Feb 20, 2018
1 parent f3bc74c commit 7afb4ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
tags:
- dnsmasq

- name: bind dnsmasq to all interfaces
lineinfile:
path: /etc/dnsmasq.conf
line: 'bind-interfaces'

- name: enable dnsmasq
service:
name: dnsmasq
Expand Down

0 comments on commit 7afb4ea

Please sign in to comment.