dialogUserDefined.xml 1.17 KB
Newer Older
1 2
<form>
    <field>
3
        <id>rule.enabled</id>
4
        <label>Enabled</label>
5
        <type>checkbox</type>
6
        <help>Enable this fingerprint rule.</help>
7 8
    </field>
    <field>
9
        <id>rule.fingerprint</id>
10
        <label>SSL/Fingerprint</label>
11
        <type>text</type>
12
        <help>The SSL fingerprint, for example "B5:E1:B3:70:5E:7C:FF:EB:92:C4:29:E5:5B:AC:2F:AE:70:17:E9:9E".</help>
13
    </field>
14
    <field>
Ad Schellevis's avatar
Ad Schellevis committed
15
        <id>rule.geoip</id>
16 17 18
        <label>GeoIP/Country</label>
        <type>select_multiple</type>
        <style>tokenize</style>
19
        <help>Countries to alert or block using GeoIP.</help>
20 21 22 23 24
    </field>
    <field>
        <id>rule.geoip_direction</id>
        <label>GeoIP/Direction</label>
        <type>dropdown</type>
25
        <help>Connections coming from (src) or going to (dst) listed countries, default selects both.</help>
26
    </field>
27
    <field>
28
        <id>rule.action</id>
29 30
        <label>Action</label>
        <type>dropdown</type>
31
        <help>Set action to perform here, only used when in IPS mode.</help>
32 33
    </field>
    <field>
34
        <id>rule.description</id>
35 36 37 38
        <label>Description</label>
        <type>text</type>
    </field>
</form>