https://github.com/jamesits/go-dnsdiscover
Why cloud-init when you have DHCP, DNS and TFTP?
https://github.com/jamesits/go-dnsdiscover
golang zero-touch-provisioning ztp
Last synced: about 1 year ago
JSON representation
Why cloud-init when you have DHCP, DNS and TFTP?
- Host: GitHub
- URL: https://github.com/jamesits/go-dnsdiscover
- Owner: Jamesits
- License: mit
- Created: 2023-07-24T16:38:52.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-08-02T07:53:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T08:43:20.052Z (over 1 year ago)
- Topics: golang, zero-touch-provisioning, ztp
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-dnsdiscover
[](https://pkg.go.dev/github.com/Jamesits/go-dnsdiscover)
DNS-based service discovery support library.
Provides:
- Hostname retrieval
- short form
- FQDN/full form
- SRV-based service lookup, with A/AAAA-based fallback
TODO:
- Provide a custom `*net.Resolver` - https://github.com/golang/go/issues/12503