Categorygithub.com/tomlightning/go-dnscache
repositorypackage
0.3.2
Repository: https://github.com/tomlightning/go-dnscache.git
Documentation: pkg.go.dev

# README

go-dnscache Go Documentation CircleCI (all branches)

go-dnscache is a Go package for caching DNS lookup results in memory. It asynchronously lookups DNS and refresh results. The main motivation of this package is to avoid too much DNS lookups for every request (DNS lookup sometimes makes request really slow and causes error). This can be mainly used for the targets which are running on non-dynamic environment where IP does not change often.

Install

Use go get:

$ go get -u go.mercari.io/go-dnscache

Usage

All usage are described in GoDoc.