Revert "dnsmasq: drop dhcp-proxy option"
This reverts commit 554bf1f711
.
Turns out ISC dhcrelay will relay even unicast packets from clients. So
the DHCP server got both the routed and the relayed query.
This tells dnsmasq to tell clients to send everything through the relay.
Since everything now comes from the relay we can drop access from client
networks.
This commit is contained in:
parent
be8e47119f
commit
7907b6f0e5
3 changed files with 4 additions and 18 deletions
|
@ -38,10 +38,4 @@
|
|||
- 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