|
[Submit internal notification] This feature will submit an HTTP request when the IP Filter condition is met. Typically, this feature will be used to execute a custom script. The Url to query must be specified in field [Url]. The following token are accepted: #IPFILTER_DESCRIPTION#
: will be replaced by the IP filter description For example, the string below http://domain.com/ipfilter/notif.asp?IP=#REMOTE_ADDR#&Comment=#IPFILTER_COMMENT# will generate a query similar to: http://domain.com/ipfilter/notif.asp?IP=198.168.20.21&Comment=Lan
The query may return in its body a tag "Actions" to define which actions should be executed next. If no "Actions" tag is found in the reply body, all actions defined in the configuration are axecuted. For example, the following ASP script will notify Administrators by email and write the event in the match log file: <% Tmp = "<actions>" %>
|