• 0 Posts
  • 110 Comments
Joined vor 1 Jahr
cake
Cake day: 10. Februar 2025

help-circle

  • Here comes the Nazi Bar analogies.

    Now everyone posting in this thread which promotes Framework has become a Nazi by the transitive property of Nazihood. Now your family are Nazis with Nazi pets who eat from a pet store that is run by a Nazi (on account of supporting Nazis by selling them pet food, you see) that banks at a Nazi bank in a Nazi financial system run by a Nazi country on a Nazi planet.

    …and just like that, every person and thing in the world has become a Nazi. Thanks a lot FRAMEWORK, if only we’d listened to the toxic trolls and avoided being associated with any person on the off chance that we’d catch their 4th person inherited nazihood.

    /s, obviously.





  • FauxLiving@lemmy.worldtoLinux@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    vor 2 Tagen

    It’s DNS. (It’s always DNS)

    With VPN on, from the command prompt terminal try

    dig google.com
    

    Then toggle it off and try again.

    If you don’t have the dig command, with your VPN on, in Librewolf try to go to: 142.251.35.238 (Google.com), you’ll get a warning because it’s trying to use HTTP instead of HTTPS, this is fine.

    If you can reach it by IP then the problem is DNS.






  • I’m not sure what this website is adding here.

    It looks like it and all of the linked websites were created in 2015-2017 and never updated.

    Look at the “Notable bugs and security issues” list. It’s a bunch of things from 2015-2017 which are resolved/closed/merged PRs.

    Or linked websites which consists of such well though out pages as: “Things that are good about Systemd - It starts services ig” & “Things that are bad about Systemd - *everything*”

    I can’t imagine how much information or insight there is to be gained from a website that is out of date by over a decade.






  • Yeah, setup a pi-hole container/server to do DHCP and disable it on your router. The documentation should cover it, but you have to use network_mode: host in order for it to do DHCP.

    You can then add an A record entry for your Immich server’s domain name pointing to the LAN IP and so any device on your LAN will resolve its domain to the LAN IP.

    You also get pi-hole DNS filtering/adblock and, probably, a larger DNS cache than what the router provides.


  • FauxLiving@lemmy.worldtoSelfhosted@lemmy.worldHairpin dns issue
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    vor 15 Tagen

    On your LAN DNS server (say, pi-hole), you could add an A record for your Immich’s domain name that points to the internal IP address so clients on your LAN would simply resolve the LAN IP instead of trying to do fancy NATing. Make sure your browser doesn’t try to do DNS over HTTPS, which would skip your local dns.

    Or you could run everything on a meshVPN like Tailnet. That way the (VPN) IP of the Immich server doesn’t change and the Tailnet will route the traffic over your LAN when your clients are local.