Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)T
Posts
1
Comments
170
Joined
2 yr. ago

  • I would put this stuff behind VPN.

  • Get a refurbished Lenovo thinkpad t470 or so from ebay, make sure it has full HD and comes from a commercial shop. All the Thinkpads work great with Ubuntu. They are good quality business notebooks, easy to repair with good parts availability. You can probably get one around 150 or so.

    I repaired laptops for a living for a while and Thinkpads were always my favorite.

  • Seems weird to me, the router would need to do deep packet inspection of DNS and selectively block specific ones. It feels more like you've set up your DNS to do forwarding instead of resolution. Can you post a network diagram and the DNS config?

  • Do tcpdump host $server instead. Otherwise you will only see the request (the response goes to a different port).

  • Just to be sure you do dig A @server $domain (with the "A") and can confirm the following

    SERVER is your server

    ;; ANSWER SECTION is empty (or doesn't exist)

    ;; AUTHORITY SECTION mentions your local DNS server

    Also check

    dig NS @server $domain

    Is your server in the answer section?

  • Mine doesn't seem to exist anymore sorry.

  • Here is how I would diagnose (I'm assuming you have Linux / WSL on a client)

    1. Check the DNS record is actually set (yes do it again)
    2. Do these steps on the client:
    3. dig $domain check which server answered
    4. dig a $domain should give a record
    5. dig a $domain @server to make sure you're querying the right server

    If none work, probably network issue (DNS boind to wrong IP, firewall, etc)

    If 3 and 5 work but 4 doesn't, your DNS isn't authorative.

    If only 5 works DNS settings on the client is wrong.

  • If you assume everything is compromised, there is no safety. You have to trust something at some point.

    Usually, speaking from a professional IT perspective, people trust encryption. Once you do that, it does not matter how safe or unsafe the place where you store your data is.

    AES, the encryption standard used by pretty much everything, is safe. It has not been weakened in any meaningful way since its inception and is also quantum - safe.

    You could use for example openssl or Veracrypt or even just 7zip to encrypt it. If you don't trust these tools, encrypt it twice with two different ones, just put a txt file next to it with the exact steps to decrypt, because you will forget in which order you have done things.

    Personally I have a homeserver that is encrypted at rest and then it uses restic to store encrypted backups in the cloud.

  • Ultrasonic cleaner! Really awesome for glasses, jewelry, all kinds of small stuff. I fill it with isopropanol solution and clean my phone case in it.

  • Thank you, I deleted my post so as to not share false info.