dnsmasq: drop dhcp-proxy option
Instead add firewall rules to allow direct communication from client networks.
This commit is contained in:
parent
46a9ff6fc0
commit
554bf1f711
3 changed files with 18 additions and 1 deletions
|
@ -38,4 +38,10 @@
|
|||
- 10-ranges.conf
|
||||
notify: restart dnsmasq
|
||||
|
||||
- name: Configure nftables
|
||||
template:
|
||||
dest: '/etc/nftables.d/dnsmasq.nft'
|
||||
src: 'dnsmasq.nft.j2'
|
||||
notify: reload nftables
|
||||
|
||||
# TODO netboot config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue