Docs
Common
Types
Proxy

Proxy

A proxy is a server that acts as an intermediary for requests from clients seeking resources from other servers. Proxies are used to improve performance, filter requests, and provide anonymity.

Types

  • HTTP: A proxy that forwards requests from a client to a server.
  • SOCKS4: A proxy that supports TCP connections to any server.
  • SOCKS5: A proxy that supports TCP and UDP connections to any server.
  • Proxyless: A direct connection to the server without a proxy.

Formats

  • Host:Port
  • Host:Port:User:Pass
  • Host:Port@User:Pass
  • User:Pass@Host:Port
  • User:Pass:Host:Port
  • Proto://Host:Port
  • Proto://Host:Port:User:Pass
  • Proto://Host:Port@User:Pass
  • Proto://User:Pass@Host:Port
  • Proto://User:Pass:Host:Port
  • Host:Port|Proto
  • Host:Port|Proto:User:Pass