this post was submitted on 10 Jun 2023
17 points (100.0% liked)

Free and Open Source Software

17846 readers
101 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I just started renting a basic VPS through Racknerd with the intent to use it as a reverse proxy to point friends to my game server instances running at home without exposing my public IP. I could not figure out how to get it to work so I gave up after days of trying and am now using playit.gg. I prepaid for a year of the VPS. What cool project should I try on it now?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] iMeddles@fedia.io 7 points 1 year ago* (last edited 1 year ago) (1 children)

An option which covers a bunch of different experiments: set up PiHole on it (despite the name, it doesn't need to be run on a raspberry pi) then set up a persistent VPN, for eg wireguard, or whatever your router supports, to it from where you are, and then setup your router to use it as your DNS server for your vlan.

Its a relatively simple set of tasks, but they build a good grounding for anything else you end up wanting to run on it.

[โ€“] Father_Redbeard@lemmy.ml 3 points 1 year ago

Does that introduce any latency? I think the VPS is in CA and I'm in PNW, so somewhat close. I did have pi-hole running locally until just recently. I've switched to Adguard Home instead. I have primary DNS on the pi and secondary on my unRAID server.