Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate OpenVPN #64

Open
ignoramous opened this issue Aug 30, 2020 · 7 comments
Open

Integrate OpenVPN #64

ignoramous opened this issue Aug 30, 2020 · 7 comments

Comments

@ignoramous
Copy link
Collaborator

ignoramous commented Aug 30, 2020

A lot of users complain that they want to be able to use their VPN endpoints along with BraveDNS. There's only one VPN app that can run on Android at any given point in time which makes this necessary.

Probably will bloat the codebase up, and there's likely a gazillion OpenVPN configurations that would need to be carefully supported. Worth a try.

See: #52

@howtologinquickwiththirtyninecharacters

I don't have experience with Android apps but today I discovered this is possible and has been done by a DNS-based adblock app. The main app (personalDNSfilter) can be configured to work only as a local DNS server (disabling its built-in local VPN mode) and a modified OpenVPN for Android can be configured to send queries to that local DNS server while connecting to a remote VPN. The code for both apps is on GitHub so it may be useful as a reference.

The downside of implementing something like this on Rethink would be losing the ability to work as a firewall, it would only work for DNS adblocking. For the moment I'll keep using Rethink because I need the firewall + adblocking and it's the only good app I found that can do both but supporting OpenVPN would be a welcome addition.

@ignoramous
Copy link
Collaborator Author

Does WireGuard work for you? If so, that is almost a guarantee to go in the app versus OpenVPN.

@howtologinquickwiththirtyninecharacters

Sorry for replying so late, I didn't get a notification for the mail. Unfortunately the only option is OpenVPN. Right now I keep a work profile where I run personalDNSfilter + OpenVPN and I run Rethink on the main profile. It's not ideal but works well so it's not a problem for me if this isn't going to be implemented (or can't be implemented), I just wanted to comment on how a similar app implemented a solution because I thought it may be useful.

@ignoramous
Copy link
Collaborator Author

ignoramous commented Apr 7, 2024

A user writes,

Ich fand eure App RethinkDNS.

An sich perfekt, mir fehlt eine Firewall nun da ich Android nicht mehr roote.

Problem nun, ich nutze OpenVPN.

Kann man euerer App auch noch das OpenVPN Protokoll als VPN hinzufügen, damit man auch noch diese Auswahlmöglichkeit hat? Dann wäre die App Perfekt. Nicht alle nutzen Wireguard und nicht alle guten VPN Anbieter unterstützen Wireguard bereits...

Vielen Dank, über eine Rückmeldung würde ich mich freuen :)

@gabriel20xx
Copy link

Any progess on this, in implementing OpenVPN in Rethink?

@ignoramous
Copy link
Collaborator Author

ignoramous commented Apr 17, 2024

No progress, yet. I don't see us working on this anytime in the next 6-12 months, to be fair (note: how it took us 3 years to deliver WireGuard ;). Welcome community contribution though.

@freebrowser1
Copy link

Indeed OpenVPN will be nice.
Most commercial VPN services do offer both Wireguard and OpenVPN, but do not share the Wireguard client profiles, but do the OpenVPN profiles like PIA, Surfshark or NordVPN.
Moreover for VPN-ing home, setting up Wireguard server on a local server (router / Raspbarry Pi) is a nightmare, but deploying an OpenVPN server on such devices is simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants