Edit Config File

Remove parameters that cannot be used
This commit is contained in:
leiweibau
2022-08-03 09:31:35 +02:00
parent 711507fa1d
commit 69ca83914c
2 changed files with 2 additions and 14 deletions

View File

@@ -48,15 +48,3 @@ 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'