wideip


Description

Returns information about the wideIP upon which the request arrived.

Syntax

wideip name

#v12 change:
wideip [name type query_level]

wideip name

  • Returns the name of the wideIP upon which the request was received.

Examples

when DNS_REQUEST {
  if { [wideip name] ends_with ".net" } {
     host 10.1.2.200 80
 }
}