Skip to content

question re: TXT records #225

@chuck-abrams

Description

@chuck-abrams

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions