Skip to content

Instantly share code, notes, and snippets.

@elizov
Created January 13, 2023 15:50
Show Gist options
  • Save elizov/e19b360f60afd20bee18484fd090f857 to your computer and use it in GitHub Desktop.
Save elizov/e19b360f60afd20bee18484fd090f857 to your computer and use it in GitHub Desktop.
Check proxy via curl
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