Kad - HTTP Proxy with curl-impersonate.
264
Kad is a lightweight HTTP proxy server that forwards all requests through curl-impersonate, enabling advanced request handling capabilities.
docker pull lukastsai/kad:latest
docker run -p 4000:4000 lukastsai/kad
curl --proxy 'http://localhost:4000' --url 'http://example.com'
import requests
proxies = {
"http": "http://localhost:4000",
"https": "http://localhost:4000"
}
response = requests.get(url = "http://example.com", proxies = proxies)
For detailed documentation, usage examples, and source code, visit the GitHub repository.
This project is open source and available under the same license as the original Kad repository.
Content type
Image
Digest
sha256:f324d3ab6…
Size
31.9 MB
Last updated
about 1 year ago
docker pull lukastsai/kad:sha-51416e9