Skip to content

Instantly share code, notes, and snippets.

@cyounkins
Created January 27, 2022 03:09
Show Gist options
  • Save cyounkins/fff043075f493efd8f4efa845b44b490 to your computer and use it in GitHub Desktop.
Save cyounkins/fff043075f493efd8f4efa845b44b490 to your computer and use it in GitHub Desktop.
$ time openssl s_client -connect 8.8.8.8:853
...
real 1m0.175s
$ time openssl s_client -connect 1.1.1.1:853
...
real 0m10.177s
$ time openssl s_client -connect 9.9.9.9:853
...
real 0m10.789s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment