From 46ddb3432e433b054a4177a8c75149c64b55e18c Mon Sep 17 00:00:00 2001 From: frrobert2 Date: Wed, 28 Apr 2021 11:31:25 -0400 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 36644eb..fca1fff 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain ``` Since favicons are not part of the Gemini standard, you may not want favicons to display. Commenting out the above line of code will prevent favicons from displaying. +### Updates +2021-04-27 I added a timeout variable in that is used with the timeout command to timeout connecting after a designated time to an unresponsive server. If the value for the variable is a number it is in seconds if it is a number followed by a m then it is in minutes. + +## Things to Do +Currently the script checks the server for a favicon and the actual blog page, so it connects to a server twice. Currently, the script will check even an unresponsive server twice. I need to add the logic that if the server times out on the first connect to skip the second connect. ### Post about original script. -- 1.8.3.1