Skip to content

Commit

Permalink
Correct EOL escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
karolba committed Dec 9, 2024
1 parent 042a6b5 commit 9046eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ ssh -o ProxyCommand='wgcfcat --accept-warp-tos -h %h -p %p' user@ipv6-host

Query an HTTP web server over WARP:
```
$ echo -e 'GET / HTTP/1.1\nHost: ipv6.google.com\n\n' | wgcfcat -a -h ipv6.google.com -p 80
$ echo -e 'GET / HTTP/1.1\r\nHost: ipv6.google.com\r\n\r\n' | wgcfcat -a -h ipv6.google.com -p 80
```

## Credits
Expand Down

0 comments on commit 9046eed

Please sign in to comment.