Documentation ¶
Overview ¶
Package noip implements the No-IP dynamic DNS provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrClientBlocked is returned if the client is blocked by No-IP. ErrClientBlocked = errors.New("client blocked") // ErrInvalidAuth is returned if the provided email and password are incorrect. ErrInvalidAuth = errors.New("incorrect email or password") // ErrServerError is returned if No-IP is having issues. ErrServerError = errors.New("server error") // ErrUnknownHost is returned if the hostname is not found. ErrUnknownHost = errors.New("host does not exist") // ErrUserBlocked is returned if the user is blocked by No-IP. ErrUserBlocked = errors.New("user is blocked") // ErrUnknown is returned if an unknown error occurs. ErrUnknown = errors.New("unknown error") )
Functions ¶
func ValidateOptions ¶
ValidateOptions validates the options for the No-IP provider.
Types ¶
Click to show internal directories.
Click to hide internal directories.