From: AJ ONeal Date: Wed, 15 Jul 2020 04:02:02 +0000 (+0000) Subject: must use literal ip, not 'localhost' X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=220355220a37b1241ebdb839e6feac4c0f94d6c6 must use literal ip, not 'localhost' --- diff --git a/curlie/README.md b/curlie/README.md index 47ce7a7..68de6fe 100644 --- a/curlie/README.md +++ b/curlie/README.md @@ -56,5 +56,5 @@ a remote hostname and TLS SNI (or when you want to break things 😈). ```bash curlie https://foo.example.com:8443 "Host: foo.example.com" \ - --resolve foo.example.com:8443:localhost + --resolve foo.example.com:8443:127.0.0.1 ```