Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Portable C library for proxy client support using standard SOCKETs.
...Supports different connection methods:
- no proxy (optionally allowing to bind to a local address and/or port)
- HTTP proxy: only CONNECT method, only without authentication or basic authentication
- SOCKS4: without IDENT functionality
- SOCKS5 (RFC 1928): only without authentication or username/password
Features:
- Currently only support IPv4 TCP connections.
- Returns a standard operatingsystem SOCKET that can be manipulated by standard operatingsystem functions like send() and recv().
- Supports daisy-chaining multiple proxies.
- Can also be used for direct connections (without proxy) optionally binding to a local address and/or port.
HTTP Proxy Client is the set of libraries and scripts, provides transparent access to Internet via HTTP proxy tunnel for programms, which uses TCP/IP for communication. The tunnel provided by CONNECT method of HTTP proxy. Supported external DNS resolving.