mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Merge remote-tracking branch 'origin/terorero-merge' into pr/74
This commit is contained in:
@@ -61,8 +61,18 @@ PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
|
||||
DHCP_ACTIVE = False
|
||||
DHCP_LEASES = '/etc/pihole/dhcp.leases'
|
||||
|
||||
# arp-scan options & samples
|
||||
#
|
||||
# Scan local network (default)
|
||||
# SCAN_SUBNETS = '--localnet'
|
||||
#
|
||||
# Scan two subnets
|
||||
# SCAN_SUBNETS = '192.168.11.0/24 192.168.144.0/24'
|
||||
#
|
||||
# Scan using interface eth0
|
||||
# SCAN_SUBNETS = '--localnet --interface=eth0'
|
||||
SCAN_SUBNETS = '--localnet'
|
||||
|
||||
# Maintenance Tasks Cron
|
||||
# ----------------------
|
||||
DAYS_TO_KEEP_ONLINEHISTORY = 30
|
||||
DAYS_TO_KEEP_EVENTS = 90
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
VERSION = '3.6_leiweibau'
|
||||
VERSION = '3.6_jokobsk'
|
||||
VERSION_YEAR = '2022'
|
||||
VERSION_DATE = '2022-08-03'
|
||||
|
||||
Reference in New Issue
Block a user