package
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Apr 30, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶

This package implements the libdns interfaces for Nanelo, allowing you to manage DNS records.
This provider currently only supports Append and Delete actions - ideal for solving DNS ACME challenges.
Documentation
¶
Package nanelo implements a DNS record management client compatible
with the libdns interfaces for Nanelo
type APIResponse struct {
OK bool `json:"ok"`
Error *string `json:"error"`
Result *map[string]interface{} `json:"result"`
}
type Provider struct {
APIToken string `json:"api_token,omitempty"`
}
Provider facilitates DNS record manipulation with Nanelo
AppendRecords adds records to the zone. It returns the records that were added.
DeleteRecords deletes the records from the zone. It returns the records that were deleted.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.