forked from TrueCloudLab/lego
nifcloud: Change DNS base url (#765)
This commit is contained in:
parent
77afd0f732
commit
977aa94061
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultBaseURL = "https://dns.api.cloud.nifty.com"
|
defaultBaseURL = "https://dns.api.nifcloud.com"
|
||||||
apiVersion = "2012-12-12N2013-12-16"
|
apiVersion = "2012-12-12N2013-12-16"
|
||||||
// XMLNs XML NS of Route53
|
// XMLNs XML NS of Route53
|
||||||
XMLNs = "https://route53.amazonaws.com/doc/2012-12-12/"
|
XMLNs = "https://route53.amazonaws.com/doc/2012-12-12/"
|
||||||
|
|
Loading…
Reference in a new issue