ddns

package
v0.0.0-...-0cf69dc Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AvailableProviders = []string{}

Functions

This section is empty.

Types

type Provider

type Provider interface {
	UpdateRecord(ctx context.Context, dnsName string, ips ...ip.CIDR) error
	Name() string
	SupportsIPv6PrefixUpdate() bool
}

func NewNoIPProvider

func NewNoIPProvider(creds ProviderCredentials) Provider

type ProviderCredentials

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

func UsernamePasswordCredentials

func UsernamePasswordCredentials(username, password string) ProviderCredentials

type ProviderFactory

type ProviderFactory func(creds ProviderCredentials) Provider

Jump to

Keyboard shortcuts

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