Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 919 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 919 Bytes

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.