mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: Rebrand UKFast SafeDNS to ANS SafeDNS
This commit is contained in:
parent
a56697ed1c
commit
395956759b
3 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ const defaultBaseURL = "https://api.ukfast.io/safedns/v1"
|
|||
|
||||
const authorizationHeader = "Authorization"
|
||||
|
||||
// Client the UKFast SafeDNS client.
|
||||
// Client the ANS SafeDNS client.
|
||||
type Client struct {
|
||||
authToken string
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Package safedns implements a DNS provider for solving the DNS-01 challenge using UKFast SafeDNS.
|
||||
// Package safedns implements a DNS provider for solving the DNS-01 challenge using ANS SafeDNS.
|
||||
package safedns
|
||||
|
||||
import (
|
||||
|
|
@ -75,7 +75,7 @@ func NewDNSProvider() (*DNSProvider, error) {
|
|||
return NewDNSProviderConfig(config)
|
||||
}
|
||||
|
||||
// NewDNSProviderConfig return a DNSProvider instance configured for UKFast SafeDNS.
|
||||
// NewDNSProviderConfig return a DNSProvider instance configured for ANS SafeDNS.
|
||||
func NewDNSProviderConfig(config *Config) (*DNSProvider, error) {
|
||||
if config == nil {
|
||||
return nil, errors.New("safedns: supplied configuration was nil")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name = "UKFast SafeDNS"
|
||||
Name = "ANS SafeDNS"
|
||||
Description = ''''''
|
||||
URL = "https://www.ukfast.co.uk/dns-hosting.html"
|
||||
URL = "https://www.ans.co.uk/"
|
||||
Code = "safedns"
|
||||
Since = "v4.6.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue