Add RASPI_DNSMASQ_ETH0 to default config

This commit is contained in:
billz
2020-11-06 09:04:22 +00:00
parent 06af0795f6
commit a20877c377
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ $defaults = [
// These are typical for default RPi installs. Modify if needed.
'RASPI_DNSMASQ_CONFIG' => '/etc/dnsmasq.d/090_raspap.conf',
'RASPI_DNSMASQ_LEASES' => '/var/lib/misc/dnsmasq.leases',
'RASPI_DNSMASQ_ETH0' => '/etc/dnsmasq.d/090_eth0.conf',
'RASPI_ADBLOCK_LISTPATH' => '/etc/raspap/adblock/',
'RASPI_ADBLOCK_CONFIG' => '/etc/dnsmasq.d/090_adblock.conf',
'RASPI_HOSTAPD_CONFIG' => '/etc/hostapd/hostapd.conf',