14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Aug 2025
14 points (100.0% liked)
techsupport
2923 readers
22 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
I figured it out, and it surprisingly is possible.
ChatGPT was able to walk me through it. The big issue I had was that I was trying to connect using my own machine, which does not work. However, trying to connect using my phone did work. I also had to bind my VPN's local IP (it's different than the one that displays in the app) for nginx to work.
I could verify my VPN's local IP with
ip -4 addr show
. It's the entry withtun0
.