Update dnsmasq.d path

This commit is contained in:
billz
2020-03-20 17:43:46 +00:00
parent 8216a3f4ec
commit c56a48234f
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ $defaults = [
// Constants for configuration file paths.
// These are typical for default RPi installs. Modify if needed.
'RASPI_DNSMASQ_CONFIG' => '/etc/dnsmasq.conf',
'RASPI_DNSMASQ_CONFIG' => '/etc/dnsmasq.d/090_raspap.conf',
'RASPI_DNSMASQ_LEASES' => '/var/lib/misc/dnsmasq.leases',
'RASPI_HOSTAPD_CONFIG' => '/etc/hostapd/hostapd.conf',
'RASPI_DHCPCD_CONFIG' => '/etc/dhcpcd.conf',