mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
added support of multiple arp-scan interfaces & attempt at solving DB permission issues
This commit is contained in:
@@ -80,6 +80,9 @@ DHCP_LEASES = '/etc/pihole/dhcp.leases'
|
||||
#
|
||||
# Scan using interface eth0
|
||||
# SCAN_SUBNETS = '--localnet --interface=eth0'
|
||||
#
|
||||
# Scan multiple interfaces (eth1 and eth0):
|
||||
# SCAN_SUBNETS = [ '192.168.1.0/24 --interface=eth1', '192.168.1.0/24 --interface=eth0' ]
|
||||
|
||||
SCAN_SUBNETS = '--localnet'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user