Skip to content

Instantly share code, notes, and snippets.

@gslin
Created January 7, 2022 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gslin/6ec0218a5a54b672d53ca74c662f604c to your computer and use it in GitHub Desktop.
Save gslin/6ec0218a5a54b672d53ca74c662f604c to your computer and use it in GitHub Desktop.
gslin@rpi253 [~] [15:38] http https://httpbin.org/ip
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Connection: keep-alive
Content-Length: 32
Content-Type: application/json
Date: Fri, 07 Jan 2022 15:38:22 GMT
Server: gunicorn/19.9.0
{
"origin": "101.3.123.144"
}
gslin@rpi253 [~] [15:38] dig @1.1.1.1
; <<>> DiG 9.11.5-P4-5.1+deb10u6-Raspbian <<>> @1.1.1.1
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment