From 4bc13344f0b70ea7074309a17dec624e7009ed2b Mon Sep 17 00:00:00 2001 From: Bjarne Saltbaek Date: Sat, 16 Oct 2021 10:01:13 +0200 Subject: [PATCH] Clarified the protocol and port in cPanel --- dnsapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 1508a04..89af481 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2713,7 +2713,7 @@ Then set your username, api token and hostname: ``` export cPanel_Username=username export cPanel_Apitoken=apitoken -export cPanel_Hostname=hostname +export cPanel_Hostname=https://hostname:port ``` example