-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Comments
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. |
Does WireGuard work for you? If so, that is almost a guarantee to go in the app versus OpenVPN. |
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. |
A user writes,
|
Any progess on this, in implementing OpenVPN in Rethink? |
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. |
Indeed OpenVPN will be nice. |
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
The text was updated successfully, but these errors were encountered: