From b7fb9f585660fe57fc29b39854fb9681f16e1815 Mon Sep 17 00:00:00 2001 From: afeiszli Date: Tue, 25 Apr 2023 11:19:14 -0700 Subject: [PATCH] adding notes to installer about rate limiting --- scripts/nm-quick.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index ee9814e2..cd753a5c 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -398,6 +398,8 @@ set_install_vars() { echo "-----------------------------------------------------" echo "Would you like to use your own domain for netmaker, or an auto-generated domain?" echo "To use your own domain, add a Wildcard DNS record (e.x: *.netmaker.example.com) pointing to $SERVER_PUBLIC_IP" + echo "IMPORTANT: Due to the high volume of requests, the auto-generated domain has been rate-limited by the certificate provider." + echo "For this reason, we STRONGLY RECOMMEND using your own domain. Using the auto-generated domain may lead to a failed installation due to rate limiting." echo "-----------------------------------------------------" if [ "$AUTO_BUILD" = "on" ]; then