v1.14.0
New Feature
- Pre-configure proxies for the lookyloo instance (config example for:
config/proxies.json
)
{
"Tor": {
"proxy_url": "socks5://127.0.0.1:9050",
"description": "Trigger the capture via the tor network.",
"meta": {
"provider": "Tor Project"
}
},
"US": {
"proxy_url": "socks5://127.0.0.1:32321",
"dns_resolver": "1.1.1.1",
"description": "Trigger the capture via a Socks5 proxy in the US.",
"meta": {
"provider": "My own stash of Proxies"
}
}
}
- Expose the proxies in the API (description and meta keys only)
What's Changed
- Introduce dockerfile and docker-compose by @nicolalandro in #46
New Contributors
- @nicolalandro made their first contribution in #46
Full Changelog: v1.13.1...v1.14.0