calaosdns

package
v0.0.0-...-1773970 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KEY_TOKEN = "ddns_token"
	CALAOS_NS = "https://ns1.calaos.fr/"
)

Variables

This section is empty.

Functions

func NewDNSProvider

func NewDNSProvider() (challenge.Provider, error)

Types

type Config

type Config struct {
	APIKey             string
	PropagationTimeout time.Duration
	PollingInterval    time.Duration
}

Config is used to configure the creation of the DNSProvider

func NewDefaultConfig

func NewDefaultConfig() *Config

NewDefaultConfig returns a default configuration for the DNSProvider

type DNSProvider

type DNSProvider struct {
	// contains filtered or unexported fields
}

DNSProvider describes a provider for calaos-proxy

func NewDNSProviderConfig

func NewDNSProviderConfig(config *Config) (*DNSProvider, error)

NewDNSProviderConfig return a DNSProvider instance configured for pdns.

func (*DNSProvider) CleanUp

func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error

CleanUp removes the TXT record matching the specified parameters

func (*DNSProvider) Present

func (d *DNSProvider) Present(domain, token, keyAuth string) error

Present creates a TXT record to fulfill the dns-01 challenge

func (*DNSProvider) Timeout

func (d *DNSProvider) Timeout() (timeout, interval time.Duration)

Timeout returns the timeout and interval to use when checking for DNS propagation. Adjusting here to cope with spikes in propagation times.

type LeJson

type LeJson struct {
	Token    string `json:"token" form:"token" query:"token"`
	LeDomain string `json:"le_domain" form:"le_domain" query:"le_domain"`
	LeToken  string `json:"le_token" form:"le_token" query:"le_token"`
}

Jump to

Keyboard shortcuts

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