diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index cbfad1b89..0dd0566d5 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= arp-scan -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Get all peers connected to a local network PLUGIN_MAINTAINER= giuseppe.demarco@unical.it PLUGIN_DEPENDS= arp-scan diff --git a/net/arp-scan/src/opnsense/service/templates/OPNsense/ARPscanner/ARPscanner.conf b/net/arp-scan/src/opnsense/service/templates/OPNsense/ARPscanner/ARPscanner.conf index 80b065eb1..33185fe6b 100644 --- a/net/arp-scan/src/opnsense/service/templates/OPNsense/ARPscanner/ARPscanner.conf +++ b/net/arp-scan/src/opnsense/service/templates/OPNsense/ARPscanner/ARPscanner.conf @@ -1,3 +1,5 @@ +{% if helpers.exists('OPNsense.arpscanner.general') %} [general] Interface={{ OPNsense.arpscanner.general.Interface|default("") }} Networks={{ OPNsense.arpscanner.general.Networks|default('192.168.1.0/24,172.16.45.0/25') }} +{% endif %}