Skip to content

Commit

Permalink
doc: replace --socks5 with --socks5-hostname to avoid DNS pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj2002 authored Mar 4, 2024
1 parent 6297998 commit 983aa9e
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 @@ -36,7 +36,7 @@ services:
Try it out to see if it works:
```bash
curl --socks5 127.0.0.1:1080 https://cloudflare.com/cdn-cgi/trace
curl --socks5-hostname 127.0.0.1:1080 https://cloudflare.com/cdn-cgi/trace
```

If the output contains `warp=on` or `warp=plus`, the container is working properly. If the output contains `warp=off`, it means that the container failed to connect to the WARP service.
Expand Down

0 comments on commit 983aa9e

Please sign in to comment.