Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/dns
Collection of Meta's DNS Libraries
https://github.com/facebook/dns
Last synced: about 1 month ago
JSON representation
Collection of Meta's DNS Libraries
- Host: GitHub
- URL: https://github.com/facebook/dns
- Owner: facebook
- License: apache-2.0
- Created: 2022-10-04T18:03:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T12:21:45.000Z (7 months ago)
- Last Synced: 2024-04-12T08:46:29.586Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1.55 MB
- Stars: 256
- Watchers: 17
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DNS
[![lint](https://github.com/facebook/dns/actions/workflows/lint.yml/badge.svg)](https://github.com/facebook/dns/actions/workflows/lint.yml)
[![test](https://github.com/facebook/dns/actions/workflows/test.yml/badge.svg)](https://github.com/facebook/dns/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/facebook/dns/branch/main/graph/badge.svg?token=ZX57JNHD7G)](https://codecov.io/gh/facebook/dns)
[![Go Report Card](https://goreportcard.com/badge/github.com/facebook/dns/dnsrocks)](https://goreportcard.com/report/github.com/facebook/dns/dnsrocks)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)# Contents
- [Documentation](#Documentation)
- [License](#License)## Documentation
Collection of Meta's DNS Libraries### dnsrocks
Meta's authoritative dns server### dnswatch
Meta's dns snooping utility### goose
Meta's dns loadtesting utility# License
fbdns is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).