Categorygithub.com/pentaru/dnsqueryutil
modulepackage
0.0.0-20250227100346-0364785722fc
Repository: https://github.com/pentaru/dnsqueryutil.git
Documentation: pkg.go.dev

# README

Go Reference Go Report Card

dnsQueryUtil

Note: The main purpose of this DNS library is for my research.

# Functions

Construct a fully qualified domain name (FQDN) by combining a subdomain and an origin domain.
CookieEDNS0 generates an 8-byte random cookie value for EDNS0.
NewQuery returns *Query with Client, Protocol, Cookie *if needed*, Authentication (TSIG or SIG(0)) *if needed*.
No description provided by the author
No description provided by the author
Set EDNS0 to the *message.
Extract the keyname, the flag number, the public key and the algorithm number from the SIG(0) public key file.
Extract the key name, the algorithm name and the secret key from a TSIG key file.
VerifyPeer verifies a certificate to check its validity with x509.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Recommended value for EDNS0.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author