All Projects → mercari → Go Dnscache

mercari / Go Dnscache

Licence: mit
Go package for caching DNS lookup results in memory.

Programming Languages

go
31211 projects - #10 most used programming language

go-dnscache Go Documentation CircleCI (all branches) Codecov

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].