gw-core01: persist dhcp leases

/etc/dhcp.leases is not saved with `sysupgrade -b`
This commit is contained in:
Gregor Michels 2022-10-01 20:47:01 +02:00
parent bd42961a8c
commit 05228f19cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ config dnsmasq
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option leasefile '/etc/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'