• 0 Posts
  • 13 Comments
Joined 1 month ago
cake
Cake day: January 29th, 2025

help-circle



  • Like the other commenter said, I dunno how the heck the griefers find the servers - but if it’s on the open Internet, they do.

    I set up a server for me an a handful of mates - advertised the address nowhere. They told nobody. A month in a friend and I were playing as usual, and a player with a Russian username joined. I’m like “uh hi who are you?”. They stayed another minute or two while saying nothing, then left.

    I think they left when they realized i had an anti-griefer permissions mod that protects the blocks in an area around the spawn point from being modified (its called ‘Flan’). So they joined, saw the server had some protections, and decided it wouldn’t be much fun for them.

    Whitelist immediately enabled - no more random Russians.


  • In addition to other advice here just be aware that Minecraft servers are prime targets for griefing and abuse.

    I recommend setting it to whitelist mode and then each kid your friend wants to join just has to send their username to him so you can add the username to the whitelist. Its an added overhead but it’s much less painful than reverting to a backup for a griefed server - and your kid won’t have to worry about other kids on-sharing the server address.


  • This might help someone, I recently found an Android app called ‘DigiPaws’ that is designed to block selected apps during ‘quiet time’ or ‘focus periods’ that you set up - so the use-case of the topic.

    I know “an app to quit an app” but I’ve found it actually really helpful to stop me from touching social media when I’m supposed to be winding down to go to bed - I click on Lemmy/Greyjay and it literally closes the app and popup/toasts ‘quiet time [period remaining]’ and I’m like, “oh yeah shit I should just go to bed”.

    I have a bachelor’s degree but when it comes to the dopamine loop of social media scrolling I’m dumb as hell, and just having this little app effectively slap the phone away from my hand has been great in the month I’ve used it (its fairly new).

    Its on F-droid store as its open source, code on github. I know that’s a big plus to most here.



  • You just flat out made that up. The Spanish police (federal police its not clear) made a request through the legal channels under their terrorism laws.

    Whether or not it is terrorism is absolutely not up to Proton or any other business to decide, they just have to comply with the laws of the land in which they operate - in this case, Switzerland.



  • Simple question but can be a complex answer. Basically it depends where your phone gets DNS from: if it’s using the ISP DNS (or some other public DNS server) it will resolve the public internet IP of your server and the data will route out to the ISP WAN before being routed back in.

    On the other hand you can configure a split DNS system, so say you are using your modem/gateway as your DNS server and it forwards DNS queries up to your ISP (or other) DNS server - a common setup, 1. you can add in a static host entry for your local server. Eg ‘yourservice.yourserverdomain.com = 192.168.1.20 (your server’s LAN IP)’

    Now when your phone is on the WiFi and it looks up your server’s address it gets the local IP and routes locally, which will be faster.

    If you need more info, search for terms like ‘reverse proxy split DNS best practice’.