From 220355220a37b1241ebdb839e6feac4c0f94d6c6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 15 Jul 2020 04:02:02 +0000 Subject: [PATCH] must use literal ip, not 'localhost' --- curlie/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.25.1