dns

package module
v0.0.0-...-c05949c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2023 License: MIT Imports: 10 Imported by: 0

README

Go Report Card Build Status

go-dns

Unified DNS API client for GOlang. See here for the documentation of common provider interface.

type Provider interface {
	EnsureARecord(domain string, ip string) error
	DeleteARecord(domain string, ip string) error
	DeleteARecords(domain string) error
}
Supported DNS Providers
  • AWS Route53
  • Azure
  • Cloudflare
  • DigitalOcean
  • Google Cloud DNS
  • Linode
  • Vultr
Acknowledgement

The initial implementation of this library was forked from https://github.com/xenolf/lego/tree/master/providers/dns

Documentation

Overview

Factory for DNS providers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Default

func Default(name string) (dp.Provider, error)

Types

This section is empty.

Directories

Path Synopsis
Package route53 implements a DNS provider for solving the DNS-01 challenge using AWS Route 53 DNS.
Package route53 implements a DNS provider for solving the DNS-01 challenge using AWS Route 53 DNS.
Package azure implements a DNS provider for solving the DNS-01 challenge using azure DNS.
Package azure implements a DNS provider for solving the DNS-01 challenge using azure DNS.
Package cloudflare implements a DNS provider for solving the DNS-01 challenge using cloudflare DNS.
Package cloudflare implements a DNS provider for solving the DNS-01 challenge using cloudflare DNS.
Package digitalocean implements a DNS provider for solving the DNS-01 challenge using digitalocean DNS.
Package digitalocean implements a DNS provider for solving the DNS-01 challenge using digitalocean DNS.
Package googlecloud implements a DNS provider for solving the DNS-01 challenge using Google Cloud DNS.
Package googlecloud implements a DNS provider for solving the DNS-01 challenge using Google Cloud DNS.
Package linode implements a DNS provider for solving the DNS-01 challenge using Linode DNS.
Package linode implements a DNS provider for solving the DNS-01 challenge using Linode DNS.
Package vultr implements a DNS provider for solving the DNS-01 challenge using the vultr DNS.
Package vultr implements a DNS provider for solving the DNS-01 challenge using the vultr DNS.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL