Created
January 7, 2022 15:39
-
-
Save gslin/6ec0218a5a54b672d53ca74c662f604c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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