Using Proxy Strings

In this section, we'll show practical examples of using the proxy string we've created. We'll focus on setting up HTTP/HTTPS and SOCKS5 connections, illustrated through examples in various programming languages.

Our Sneaker DC proxies are compatible with both UDP and TCP connections.

Keep in mind that the ports will differ depending on the protocol (HTTP/SOCKS5). To choose between HTTP or SOCKS5 proxies, please refer to the 'Formatted Proxy List' panel within the 'Order Configuration' section. Order Configuration

HTTP/HTTPS

curl -v -x 127.0.0.150:12323:1a76fc101622:b585565c4a -L https://ipv4.icanhazip.com

SOCKS5

curl -v --socks5 127.0.0.150:12324 --proxy-user 1a76fc101622:b585565c4a -L https://ipv4.icanhazip.com

Last updated