rimuhosting: fix API base URL (#1894)

This commit is contained in:
Ludovic Fernandez 2023-04-14 09:00:38 +02:00 committed by GitHub
parent 1a16d1ab9b
commit 3b70a85cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ import (
// Base URL for the RimuHosting DNS services.
const (
DefaultZonomiBaseURL = "https://zonomi.com/app/dns/dyndns.jsp"
DefaultRimuHostingBaseURL = "https://rimuhosting.com/app/dns/dyndns.jsp"
DefaultRimuHostingBaseURL = "https://rimuhosting.com/dns/dyndns.jsp"
)
// Action names.