mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/arp-scan: finally fix #445, bump version after changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user