https://github.com/jroy/libdns-infoblox
Infoblox provider implementation for libdns
https://github.com/jroy/libdns-infoblox
infoblox infoblox-wapi libdns libdns-providers
Last synced: about 2 months ago
JSON representation
Infoblox provider implementation for libdns
- Host: GitHub
- URL: https://github.com/jroy/libdns-infoblox
- Owner: JRoy
- License: mit
- Created: 2025-01-16T01:34:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T16:48:29.000Z (about 1 year ago)
- Last Synced: 2025-10-21T07:56:24.831Z (8 months ago)
- Topics: infoblox, infoblox-wapi, libdns, libdns-providers
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# infoblox for [`libdns`](https://github.com/libdns/libdns)
This package implements the [libdns interfaces](https://github.com/libdns/libdns)
for [infoblox](https://www.infoblox.com), allowing you to manage DNS records.
## Authenticating
The following parameters are used to authenticate with the Infoblox API:
* `Host` - The hostname of the Infoblox server, e.g. `infoblox.example.com`
* `Version` - The version of the Infoblox API, e.g. `2.9.7`
* `Username` - The username to authenticate with
* `Password` - The password to authenticate with
## Supported Record Types
I'm really only using this for ACME DNS-01 challenges, so only `TXT` and `CNAME` records are supported. Feel free to open a PR to add more record types.