must use literal ip, not 'localhost'
[webi-installers/.git] / curlie / README.md
index 47ce7a7929e535e834f9deca1aa2f80a4d8ae198..68de6fe15b056e7a86e0898558b7311469c8167e 100644 (file)
@@ -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
 ```