mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(IDS) add ips option to model and form
This commit is contained in:
parent
8664ff2cb0
commit
2c8f136b69
@ -5,6 +5,12 @@
|
||||
<type>checkbox</type>
|
||||
<help>enable IDS</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>ids.general.ips</id>
|
||||
<label>IPS mode</label>
|
||||
<type>checkbox</type>
|
||||
<help>enable protection mode (block traffic)</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>ids.general.interfaces</id>
|
||||
<label>interfaces</label>
|
||||
|
||||
@ -33,6 +33,10 @@
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</enabled>
|
||||
<ips type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</ips>
|
||||
<interfaces type="InterfaceField">
|
||||
<Required>Y</Required>
|
||||
<default>wan</default>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user