Skip to content

Commit

Permalink
Update Dockerfile-test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 24, 2024
1 parent cfce664 commit 3227742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor/Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ USER "${USER_NAME}"

WORKDIR "${HOME}"

CMD ["/usr/bin/curl", "--socks5", "tor:9050", "--socks5-hostname", "tor:9050", "https://check.torproject.org/api/ip"]
CMD ["/usr/bin/curl", "-i", "-s", "-S", "-f", "--socks5", "tor:9050", "--socks5-hostname", "tor:9050", "https://check.torproject.org/api/ip"]

0 comments on commit 3227742

Please sign in to comment.