lukastsai/kad

By lukastsai

Updated about 1 year ago

Kad - HTTP Proxy with curl-impersonate.

Image
Networking
Developer tools
0

264

lukastsai/kad repository overview

Kad - HTTP Proxy with curl-impersonate

Kad is a lightweight HTTP proxy server that forwards all requests through curl-impersonate, enabling advanced request handling capabilities.

Quick Start

docker pull lukastsai/kad:latest
docker run -p 4000:4000 lukastsai/kad

Usage Examples

Using curl
curl --proxy 'http://localhost:4000' --url 'http://example.com'
Using Python + Requests
import requests

proxies = {
    "http": "http://localhost:4000",
    "https": "http://localhost:4000"
}

response = requests.get(url = "http://example.com", proxies = proxies)

Supported Platforms

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/386
  • linux/ppc64le
  • linux/s390x

Documentation

For detailed documentation, usage examples, and source code, visit the GitHub repository.

License

This project is open source and available under the same license as the original Kad repository.

Tag summary

Content type

Image

Digest

sha256:f324d3ab6

Size

31.9 MB

Last updated

about 1 year ago

docker pull lukastsai/kad:sha-51416e9