Created
August 7, 2023 11:14
-
-
Save svetlyak40wt/ee9e74cccdf4f6ef2df86b9dfc036537 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
curl -v http://dist.ultralisp.org | |
* Trying 172.67.169.20... | |
* TCP_NODELAY set | |
* Connected to dist.ultralisp.org (172.67.169.20) port 80 (#0) | |
> GET / HTTP/1.1 | |
> Host: dist.ultralisp.org | |
> User-Agent: curl/7.64.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Date: Mon, 07 Aug 2023 11:12:46 GMT | |
< Content-Type: binary/octet-stream | |
< Content-Length: 355 | |
< Connection: keep-alive | |
< x-amz-id-2: +Q5uM8POecbhPQMEb2nFE8J/0hscdrhtdvuZPS1b0QTjw1GvUKRjPoWsIPk4jvSzYdCpmsLSwis= | |
< x-amz-request-id: 58SEV8X5D4YCVJ2E | |
< Last-Modified: Mon, 07 Aug 2023 08:54:10 GMT | |
< ETag: "9bf081d2360c0b49f37a35000d74218b" | |
< CF-Cache-Status: DYNAMIC | |
< Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=QrqDOZMSpRzJFM0iV%2B3Jh6ocNWcta3lnO5A05f3vV9GM4cRlittQTGtfQ89Ub%2F%2Fqq1QhDLhUxDnNZRT%2FP76wOdltYrclklIujnbg0L0%2Fh4r2KbprMqT4tA4Rrcg4yvl%2BhGrCf8c%3D"}],"group":"cf-nel","max_age":604800} | |
< NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} | |
< Server: cloudflare | |
< CF-RAY: 7f2f161f9e354c7e-HEL | |
< alt-svc: h3=":443"; ma=86400 | |
< | |
name: ultralisp | |
version: 20230807085001 | |
distinfo-subscription-url: http://dist.ultralisp.org/ultralisp.txt | |
distinfo-template-url: http://dist.ultralisp.org/ultralisp/{{version}}/distinfo.txt | |
release-index-url: http://dist.ultralisp.org/ultralisp/20230807085001/releases.txt | |
system-index-url: http://dist.ultralisp.org/ultralisp/20230807085001/systems.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment