Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on Practical wireguard VPN on Android

Parent

Practical wireguard VPN on Android

+2
−0

I tried to use my Wireguard VPN on Android, and, it sucks!

I installed https://f-droid.org/packages/com.wireguard.android/ thinking that would be "the" wireguard app. I configured it with my connection details and confirmed that it's being used.

To turn it on, I have to launch the Wireguard app and press the toggle. The app itself is very spartan, so there's no features like automatically re-enabling the VPN at certain times or after a delay. There is a drawer tile for VPNs (with a key icon), but this doesn't turn on the VPN when you click it. Instead it makes you pick the Wireguard app from a menu, and then launches it. It's really not convenient to toggle the VPN on and off, so I tried leaving it always on.

A lot of sites these days block VPNs. Many websites don't open in the browser and some apps break. For example, the LinkedIn app doesn't work, because even though my VPN is in Europe and the exit point is in the US, LinkedIn redirects all VPNs to the Chinese version of their site which does not allow access to your LinkedIn account.

I thought that there would at least be something like the Orbot app, where you can designate that individual apps should go through the VPN or not. The toggling doesn't really make sense, because when I globally turn off my VPN to use some anti-VPN app or site, all other apps could send packets in the background, revealing my true IP and defeating the purpose of the VPN. This setup seems to me completely unusable in practice.

Is this how people normally use VPNs on Android? Or am I missing something? I completely ignored all Play Store VPN apps a priori, since I assume it's full of proprietary apps that vacuum up all your data and sell it to third parties.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+1
−0

RethinkDNS includes a WireGuard option since v0.5.5. The development team was sponsored in 2020 by Mozilla's now-defunct "Builders Program."

Rethink was originally an on-device "VPN"[1] with a DNS filter and app firewall, basically a Pi-Hole analogue for your Android device, but the scope later expanded to include WireGuard.

To add a WireGuard instance:

  • Tap "⚙ Configure" at the bottom navigation.
  • Tap "⟀ Proxy" item in the middle of the screen.
  • Tap "Setup WireGuard."
  • Tap the ⨁ to add a new one.

I don't know of any time-of-day settings, but you can set certain apps to bypass the filters. You appear to be able to create multiple WG settings, so it might support different apps bound to different connections.

Available on Google Play or on F-Droid.


  1. By which I mean the app tells Android that it's a VPN, but the original behavior had no traffic tunneling. It was all on-device network filtering. This is still true for versions before v0.5.5. ↩︎

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

No VPN option? (4 comments)
No VPN option?
matthewsnyder‭ wrote 7 months ago

I tried installing RethinkDNS. It looks like a combination DNS/firewall/proxy tool. In order to apply network rules you configure, it sets up a local VPN on the phone, so that Android will route all connections to the RethinkDNS VPN, and then RethinkDNS will apply whatever rules you want before passing them onto the normal internet.

However, I couldn't see any option for connecting RethinkDNS to an external VPN, except for one dropdown where "VPN" is grayed out and says "coming soon".

Do you mind editing the question to say where exactly to configure WireGuard in RethinkDNS?

Michael‭ wrote 7 months ago

I don't have images, but I've written out the place to get to the right UI. I think for "VPN," they mean OpenVPN.

matthewsnyder‭ wrote 7 months ago

Thank you! Weird, I don't have a Setup WireGuard in Proxy options. I have Setup SOCKS5 Proxy, Setup HTTP(S) Proxy and Setup Orbot so I think I'm looking at the right screen.

This is version 054c, btw, what version do you have? If you go to About on the main screen, at the bottom of it they show the version (below the mozilla builders logo).

Michael‭ wrote 7 months ago · edited 7 months ago

I have 055a. I added the version to the main post, but the edit was after I replied to your comment.