Browse Source

NC API warning

LLeny 6 years ago
parent
commit
828d8eaadb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      dnsapi/dns_namecheap.sh

+ 3 - 2
dnsapi/dns_namecheap.sh

@@ -3,8 +3,9 @@
 # Namecheap API
 # Namecheap API
 # https://www.namecheap.com/support/api/intro.aspx
 # https://www.namecheap.com/support/api/intro.aspx
 #
 #
-# Requires Namecheap API key set in NAMECHEAP_API_KEY and NAMECHEAP_USERNAME set as environment variable
-#
+# Requires Namecheap API key set in NAMECHEAP_API_KEY, NAMECHEAP_SOURCEIP and NAMECHEAP_USERNAME set as environment variable
+# Due to Namecheap's API limitation all the records of your domain will be read and re applied, make sure to have a backup of your records you could apply if any issue would arise.
+
 ########  Public functions #####################
 ########  Public functions #####################
 
 
 if [ "$STAGE" -eq 1 ]; then
 if [ "$STAGE" -eq 1 ]; then