mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
parent
0cbfe02400
commit
72cdc7bc67
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= ntopng
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Traffic Analysis and Flow Collection
|
||||
PLUGIN_DEPENDS= ntopng
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
<id>general.interface</id>
|
||||
<label>Interfaces</label>
|
||||
<type>dropdown</type>
|
||||
<help>Select the interface to listen to.</help>
|
||||
<advanced>true</advanced>
|
||||
<help>Select the interface to listen to. Set to none if you want to choose the interface via ntopng UI.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>general.httpport</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue