• 1 Post
  • 1.16K Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle


  • IP is the internet layer which is layer 2 and TCP is the transport layer which is layer 3.

    Why split physical and data link when they are so closely related? You can’t use vpi/vci on an ethernet port, you can’t use MAC addresses on a frame relay port. Bundle that shit together.

    Presentation, application, and session are all dealt with by the application anyway so why bother splitting them out from a network point of view?








  • Doubt cloudflare has access to your date. more like the time old joke of it was DNS.

    Most likely because you purchased your domain through Cloudflare they are also your authoritative name servers for your domain. When you try to access home.your.domain if the local DNS server doesn’t already know the IP to send that traffic to it will ask CF because they are the name servers. As they are having issues they didn’t respond.

    I don’t know if CF allows you do use other name servers with domains purchased by them.



  • If you have a static IP where you host your jellyfin service you shouldn’t need your dydns anymore.

    a domain provider doesn’t know what you are doing. It knows you want to access jellyfin.your.domain but has no clue what you are watching or the specific URLs you are going to.
    Think of it like a library reference card, the library knows you want Encyclopaedia Britannica volume 12, but they don’t know what you are actually looking up.

    I have a domain with porkbun and dont have issues. When my reverse proxy needs a new certificate I do nothing because Traefik uses the porkbun API to do the Let’s Encrypt DNS validation.