diff --git a/gravity.sh b/gravity.sh index 6a4fb88e..f98ecdcf 100755 --- a/gravity.sh +++ b/gravity.sh @@ -598,7 +598,9 @@ gravity_DownloadBlocklistFromUrl() { # Check for allowed protocols if [[ $url != "http"* && $url != "https"* && $url != "file"* && $url != "ftp"* && $url != "ftps"* && $url != "sftp"* ]]; then - echo -e "${OVER} ${CROSS} ${str} Invalid protocol specified, ignoring list" + echo -e "${OVER} ${CROSS} ${str} Invalid protocol specified. Ignoring list." + echo -e " Ensure your URL starts with a valid protocol like http:// or https:// ." + echo -e " E.g., try http://localhost/adblock.txt instead of localhost/adblock.txt." download=false fi