• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle






  • Headlines like this are problematic. I think we can all agree that Trump has done a lot of damage to democracy in the US, but are rural Trump supporters really more dangerous than urban Trump supporters? That claim is suspect, and the article provides no evidence to support it (it provides evidence that most Trump supporters are rural, which is a totally different claim.)

    And saying that white rural Trump supporters are worse than non-white rural Trump supporters is an even more serious claim. It’s racially discriminatory, and seems totally baseless in this article.

    The article has no evidence of these claims, and seems to indicate that the book doesn’t even make the claims of the headline.

    (I’m not objecting to the claims that Trump supporters are mostly rural and mostly white. That is common knowledge.)


  • Using a VPN (like Tailscale or Netbird) will make setup very easy, but probably a bit slower, because they probably connect through the VPN service’s infrastructure.

    My recommended approach would be to use a directly connected VPN, like OpenVPN, that just has two nodes on it – your VPS, and your home server. This will bypass the potentially slow infrastructure of a commercial VPN service. Then, use iptables rules to have the VPS forward the relevant connections (TCP port 80/443 for the web apps, TCP/UDP port 25565 for Minecraft, etc.) to the home server’s OpenVPN IP address.

    My second recommended approach would be to use a program like openbsd-inetd on your VPS to forward all relevant connections to your real IP address. Then, open those ports on your home connection, but only for the VPS’s IP address. If some random person tries to portscan you, they will see closed ports.