projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52827e6
)
must use literal ip, not 'localhost'
author
AJ ONeal
<aj@therootcompany.com>
Wed, 15 Jul 2020 04:02:02 +0000
(
04:02
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Wed, 15 Jul 2020 04:02:02 +0000
(
04:02
+0000)
curlie/README.md
patch
|
blob
|
history
diff --git
a/curlie/README.md
b/curlie/README.md
index 47ce7a7929e535e834f9deca1aa2f80a4d8ae198..68de6fe15b056e7a86e0898558b7311469c8167e 100644
(file)
--- 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
```