must use literal ip, not 'localhost'

This commit is contained in:
AJ ONeal
2020-07-15 04:02:02 +00:00
parent 52827e6568
commit 220355220a
+1 -1
View 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
```