
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
β‘ High-performance Python proxy server with authentication, load balancing, caching, and multi-protocol support
Idum-Proxy is the easiest and quickest way to deploy a web proxy.
Idum-Proxy offers many features:
pip install idum_proxy
Or with uv:
uv add idum_proxy
from idum_proxy import IdumProxy
if __name__ == "__main__":
idum_proxy: IdumProxy = IdumProxy(config_file='proxy.json')
idum_proxy.serve(host='0.0.0.0', port=8091)
π Configuration Example
{
"version": "1.0",
"name": "Simple example",
"endpoints": [
{
"prefix": "/",
"match": "**/*",
"backends": {
"https": {
"url": "https://jsonplaceholder.typicode.com/posts"
}
},
"upstream": {
"proxy": {
"enabled": true
}
}
}
]
}
docker build -t idum-proxy -f dockerfiles/idum_proxy.Dockerfile .
docker run -p 8080:8080 idum-proxy
FAQs
β‘ High-performance Python proxy server with authentication, load balancing, caching, and multi-protocol support
We found that idum-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnamβs Telegram ban.