Forum Discussion

Nath's avatar
Nath
Icon for Cirrostratus rankCirrostratus
Nov 22, 2016

iRule DNS request

Hi DC/All,

 

May I know what is the meaning of host on this iRule?

 

when DNS_REQUEST { if { [IP::addr [IP::remote_addr] equals 10.10.1.0/24] } { cname cname.siterequest.com } else { host 10.20.20.20 } }

 

I just copy the sample iRule and want to ask what do we mean by host in it?