forked from TrueCloudLab/lego
rimuhosting: fix API base URL (#1894)
This commit is contained in:
parent
1a16d1ab9b
commit
3b70a85cf7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
||||||
// Base URL for the RimuHosting DNS services.
|
// Base URL for the RimuHosting DNS services.
|
||||||
const (
|
const (
|
||||||
DefaultZonomiBaseURL = "https://zonomi.com/app/dns/dyndns.jsp"
|
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.
|
// Action names.
|
||||||
|
|
Loading…
Reference in a new issue