DNS::question name - Modifying a DNS Suffix When Your Windows Client Appends It During Recursive Lookups
Quite some time ago I was asked about a 2-second delay when performing recursive lookups against the BIG-IP. My first thought was that there was an issue with transport. I then decided to deploy it i...
Updated Jun 06, 2023
Version 2.0Steve_Lyons
Ret. Employee
Joined May 15, 2019
Stanislas_Piro2
Jan 04, 2019Cumulonimbus
if you don't want domain appended, you must end the request with a dot.
nslookup www.google.com
will first request with domain appended, then fallback to initial request
nslookup www.google.com.
will request only