Categorygithub.com/russtone/dnsutils
modulepackage
0.2.4
Repository: https://github.com/russtone/dnsutils.git
Documentation: pkg.go.dev

# README

dnsutils

build Go report codecov Documentation

# Functions

NewPool returns new instane of Pool.
NewResolver creates new resolver instance using provided servers and options.
PTR returns domain name for IP.
Query returns DNS Query result for the given name using given NS.
Subdomains returns list of subdomains of base domain.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author

# Structs

Pool represents Pool of DNS servers.
Result represents DNS resolver task result.
Server represents DNS Server.
Task represents DNS resolver task.

# Interfaces

Resolver represents DNS resolve tasks queue.
TaskGroup represents group of DNS resolve to process.

# Type aliases

No description provided by the author