https://github.com/logan-bobo/dns-resolver-go
A simple DNS resolver, written in Go, that can resolve the IP address for a given host.
https://github.com/logan-bobo/dns-resolver-go
dns dns-resolver go golang
Last synced: 11 months ago
JSON representation
A simple DNS resolver, written in Go, that can resolve the IP address for a given host.
- Host: GitHub
- URL: https://github.com/logan-bobo/dns-resolver-go
- Owner: logan-bobo
- Created: 2023-12-04T12:42:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T17:12:26.000Z (over 2 years ago)
- Last Synced: 2025-02-05T05:37:38.598Z (over 1 year ago)
- Topics: dns, dns-resolver, go, golang
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dns resolver go
A simple DNS resolver, written in Go, that can resolve the IP address for a given host.
## Functionality
Resolve a given hostname to an IPv4 address