CONFIG SSLFILTERING RULE INSERT
Level
contentfilter,modify
History
Appears in Netasq 9.0.0
Description
Insert new rule at given line or Insert at the end if no ruleid is defined.
Usage
index=<profile_idx> [ruleid=<digit>] state=on|off action=decrypt|nodecrypt|block|blockpage0|blockpage1|blockpage2|blockpage3 cngroup=<cngroup object|cncategorygroup object> [comment=<string>]
Insert at the end if no ruleid is defined.
state : enable or disable the rule
index : profile number
ruleid : rule line number
action : action to apply
cngroup : group name to use for filter
comment : comment for the rule
Example
CONFIG SSLFILTERING RULE INSERT index=0 ruleid=3 action=block cngroup=bank comment="block bank web site"