No. The only water in the game is toxic (i.e. you die if you fall in) and you can’t fire the gun through it.
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
deleted by creator
yabai@lemmy.worldto Technology@lemmy.world•The US Is Considering a TP-Link Router Ban—Should You Worry?English0·2 months agoThere are so many people who just don’t get tech though. I was just at my buddy’s patents house, probably early 60s, and they have a random default SSID and password. It’s like 15 digits long. Secure as can be. If they really bothered to type that in on all their devices, I’m thinking they were probably incapable of changing it through the software.
There’s nothing wrong with making a reverse proxy only for use inside your homelab. It’s one way to resolve internal DNS queries and give addresses to your services. It’s perhaps the best, because it’s the only way I know that doesn’t necessitate remembering port numbers.
E.g. You are hosting something at 192.168.1.20 on port 3310. Even if you set a local DNS record for pihole.itjust.donn to resolve to 192.168.1.20, you’ll still have to type pihole.itjust.donn:3310 to access it. The same isn’t true with a reverse proxy.