package
0.7.0
Repository: https://github.com/dschanoeh/hover-ddns.git
Documentation: pkg.go.dev

# Functions

AmazonLookupProvider creates a new Amazon lookup provider.
NewIcanhazipLookupProvider creates a new Amazon lookup provider.
NewIpifyLookupProvider creates a new Ipify lookup provider.
NewLocalInterfaceLookupProvider creates a new lookup provider.
NewLookupProvider creates a new lookup provider from a given configuration.

# Constants

No description provided by the author
No description provided by the author

# Structs

AmazonLookupProvider is a public IP lookup provider using the checkip.amazonaws.com API.
IcanhazipLookupProvider is a public IP lookup provider using the checkip.amazonaws.com API.
IpifyLookupProvider is a public IP lookup provider using the ipify.org API.
LocalInterfaceLookupProvider is a lookup provider that will extract the public IP address from a given interface.
LookupProviderConfig is a configuration from which a lookup provider can be selected and configured.

# Interfaces

LookupProvider is an interface for a provider that can resolve the current public IP address.