Skip to content

Instantly share code, notes, and snippets.

@ashishjullia
Created September 2, 2023 08:00
Show Gist options
  • Save ashishjullia/677539c9cbb474605b11ce52d0f4065b to your computer and use it in GitHub Desktop.
Save ashishjullia/677539c9cbb474605b11ce52d0f4065b to your computer and use it in GitHub Desktop.
$ dig screego.ashishjullia.com +short
172.67.199.112
104.21.76.188
$ nc -vzw 1 172.64.80.1 3478
172.64.80.1 3478 (stun): Connection timed out
$ nc -vzw 1 104.21.76.188 3478
104.21.76.188 3478 (stun): Connection timed out
$ nc -vzw 1 172.64.80.1 80
172.64.80.1 80 (http) open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment