8000 Release v1.14.0 · ail-project/lacus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.14.0

Compare
Choose a tag to compare
@Rafiot Rafiot released this 21 Apr 18:25
· 31 commits to main since this release
v1.14.0
25c5f43

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

New Contributors

Full Changelog: v1.13.1...v1.14.0

0