Created
January 13, 2023 15:50
-
-
Save elizov/e19b360f60afd20bee18484fd090f857 to your computer and use it in GitHub Desktop.
Check proxy via curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
--proxy proxy_host:proxy_port \ | |
--proxy-user proxy_user:proxy_pass \ | |
https://lumtest.com/myip.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment