diff --git a/provider.go b/provider.go index 25a1d4b..ac1db24 100644 --- a/provider.go +++ b/provider.go @@ -12,6 +12,7 @@ import ( // Provider facilitates DNS record manipulation with Hurricane Electric. type Provider struct { + // Hurricane Electric DDNS key to use for authentication when modifying DNS records. APIKey string `json:"api_key,omitempty"` rateLimiter *rate.Limiter