Skip to content

Instantly share code, notes, and snippets.

@premek
Created October 7, 2020 19:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save premek/9a659e0679bf466f68eef0108a427c27 to your computer and use it in GitHub Desktop.
Save premek/9a659e0679bf466f68eef0108a427c27 to your computer and use it in GitHub Desktop.
# downloads a page from gemini server
(echo "gemini://gemini.circumlunar.space/docs/"; sleep 1) | openssl s_client -connect gemini.circumlunar.space:1965
@phunanon
Copy link

phunanon commented Nov 8, 2023

The new domain (I think)

(echo "gemini://geminiprotocol.net/docs/"; sleep 1) | openssl s_client -connect geminiprotocol.net:1965

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment