go-dnscache

Go package for caching DNS lookup results in memory.

Github星跟踪图

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.

主要指标

概览
名称与所有者mercari/go-dnscache
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2018-11-13 00:00:21
推送于2024-12-04 01:52:41
最后一次提交2024-12-04 10:52:39
发布数3
最新版本名称v0.2.0 (发布于 2023-10-24 12:07:25)
第一版名称0.1.0 (发布于 )
用户参与
星数134
关注者数6
派生数17
提交数32
已启用问题?
问题数0
打开的问题数0
拉请求数11
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?