* dhcpd: "dnsmasq_leasefile" setting

This commit is contained in:
Simon Zolin
2020-04-22 18:56:54 +03:00
parent dced8a5a83
commit 5fbf28b9cf
3 changed files with 68 additions and 0 deletions

View File

@@ -1654,6 +1654,16 @@ If started as:
- IP1
- IP2
* Read `/etc/config/dhcp`:
config dnsmasq
option leasefile '/tmp/dhcp.leases'
* Write this yaml configuration:
dhcp:
dnsmasq_leasefile "/tmp/dhcp.leases"
And service script starts AGH like this:
.../AdGuardHome --import-openwrt-config