dnsmasq: drop dhcp-proxy option

Instead add firewall rules to allow direct communication from client networks.
This commit is contained in:
Timotej Lazar 2024-11-09 20:06:58 +01:00
parent 46a9ff6fc0
commit 554bf1f711
3 changed files with 18 additions and 1 deletions

View file

@ -5,7 +5,6 @@ bind-interfaces
interface = {{ interfaces | map(attribute='name') | join(',') }}
dhcp-authoritative
dhcp-proxy
dhcp-option = option:dns-server,{{ dns | join(',') }}
dhcp-option = option:ntp-server,{{ ntp | join(',') }}