DEV Community

Aaron Eastall
Aaron Eastall

Posted on

How to: Test a proxy is working..

curl --location --request GET 'https://checkip.amazonaws.com/' --proxy http://user:pass@192.168.0.0:8080 --verbose

Top comments (0)