getlantern / geneva-cli

Command-line interface to Geneva
GNU General Public License v3.0
11 stars 6 forks source link

Support intercepting connections on Linux #8

Open lepz0r opened 7 months ago

lepz0r commented 7 months ago

I use original Python version of geneva but it's slow & this can only intercept connections on Windows only, adding this feature not only useful for desktop & server Linux but also useful for running this on OpenWRT routers & slower devices since they're not powerful enough to run the original Python version

Crosse commented 7 months ago

Our initial goal was only to support Windows, as that is the largest of our desktop platforms. If we have time once Windows support is fully landed, we might work on versions for other OSes, but that's not on the roadmap at this point.

With that said, we'll 100% take PRs that enable intercept on Linux or macOS!