package
0.1.1
Repository: https://github.com/svenhertle/goddns.git
Documentation: pkg.go.dev

# Functions

GetBackend returns the specified backend ready for use or exits with a fatal error.

# Constants

IPv4 means that the DNS records is a IPv4 address.
IPv6 means that the DNS records is a IPv4 address.

# Structs

DummyBackend is a GoDDNS backend for debugging, it just prints the DNS record changes.
PowerDNSBackend is a GoDDNS backend for PowerDNS with PostgresSQL.

# Interfaces

Backend is the interface for GoDDNS backend and allows a simple extension of GoDDNS.

# Type aliases

AddressType is the address type of a DNS record: `IPv4` or `IPv6`.