Forum Discussion

shashank_shetti's avatar
shashank_shetti
Icon for Nimbostratus rankNimbostratus
Feb 17, 2016

RESOLV::lookup hard coded DNS ip address - How to avoid hard coding in irule

Here is the my irule code in how I resolve the ip address of domain name   set dest [lindex [RESOLV::lookup @10.10.100.100 -a "someSite.net"] 0]   I do not want to hard code the dns ip address...