Use a single curl request to confirm DNS, TCP connectivity, authentication, and the outbound IP before testing a full application.
Steps
- Run
curl -x http://USERNAME:PASSWORD@HOST:PORT https://api.ipify.orgfor an HTTP proxy. - For SOCKS5 with proxy-side DNS resolution, use
curl --proxy socks5h://USERNAME:PASSWORD@HOST:PORT https://api.ipify.org. - Replace every uppercase placeholder with the dashboard value.
- Confirm that the returned IP differs from the direct connection when expected.
For account-specific values, use the endpoint, port, credentials, and location shown in your MaskProxy dashboard. Do not publish proxy credentials in screenshots, tickets, or public code repositories.