-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
trying to get TXT record from our test DNS ts1989.bacasystems.com via
Try
Dim Txtresult = Await LookUp.QueryAsync("ts1989.bacasystems.com", QueryType.TXT)
Dim Txtrecord = Txtresult.Answers.TxtRecords().FirstOrDefault()
Catch ex As Exception
MessageBox.Show("Lookup Failed : " + ex.Message)
End Try
which Yields "non-existent server'
if i use the DnsClient.NET website query i get back my record of "04-16-2024"
what am i doing wrong? Thx
Metadata
Metadata
Assignees
Labels
No labels