this post was submitted on 14 Jun 2025
0 points (50.0% liked)

Videos

16069 readers
122 users here now

For sharing interesting videos from around the Web!

Rules

  1. Videos only
  2. Follow the global Mastodon.World rules and the Lemmy.World TOS while posting and commenting.
  3. Don't be a jerk
  4. No advertising
  5. No political videos, post those to !politicalvideos@lemmy.world instead.
  6. Avoid clickbait titles. (Tip: Use dearrow)
  7. Link directly to the video source and not for example an embedded video in an article or tracked sharing link.
  8. Duplicate posts may be removed

Note: bans may apply to both !videos@lemmy.world and !politicalvideos@lemmy.world

founded 2 years ago
MODERATORS
 

You sure you trust VPN providers? Would it not be better to make your own VPN?

Chapters

  • 0:00- Quick overview of WireGuard
  • 01:41- WireGuard VPN setup // Choosing a Linode Plan
  • 02:49- SSH to the Linode server
  • 03:46- Updating and upgrading server
  • 04:25- Installing WireGuard
  • 05:05- Hiding your WireGuard private key
  • 07:03- Adding a new WireGuard interface
  • 10:14- Setting up WireGuard on a Client computer
  • 15:08- Disabling IPv6
  • 18:35- Setting up NAT
  • 21:28- WireGuard installation summary
  • 22:24- Setting up persistence for WireGuard
  • 26:33- Create another SSH user
  • 30:11- Remove root SSH access
  • 34:00- Reasons to use WireGuard
  • 36:30- Conclusion
top 6 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 19 points 18 hours ago* (last edited 17 hours ago)

If your goal is to truly obfuscate and anonymize, this will not work as any endpoint you run can be easily tied back to you.

[–] towerful@programming.dev 8 points 17 hours ago

Stop trusting VPS providers! Run your own servers at home!

Unless you infiltrate someone else's network, the endpoint your basic VPN connects to can always be traced back to you.
So, either you trust a VPN company doesn't hold logs and try to hide within all the other traffic.
Or you host your own VPN on a VPS knowing you haven't set up any logging (and hope that your VPS hasn't been tampered with), but then have a static IP that comes back to your identity.

[–] boredsquirrel@slrpnk.net 2 points 17 hours ago (1 children)

That video makes no sense

A peer-to-peer VPN would be nice, with invites. Only secure if you use HTTPS only, as you would need to trust random people. But you would always have endpoints on residential IPs, meaning block resistance.

[–] HappyFrog@lemmy.blahaj.zone 1 points 16 hours ago (1 children)
[–] boredsquirrel@slrpnk.net 1 points 11 hours ago (1 children)

True kinda. But if the network was between people who know each other a bit, it could make running an "exit node" more safe

[–] HappyFrog@lemmy.blahaj.zone 1 points 10 hours ago

It would also make it inherently less private as you all know each other.