• 0 Posts
  • 41 Comments
Joined 3 years ago
cake
Cake day: August 8th, 2023

help-circle
  • I’ve not used that software before, but a quick look at the guide makes me wonder if you have a https redirect in the nginx config. If that is hard coded to domain1 it will always redirect to it. Update it on the new config file to point to the right uri if that is the case.

    Usually I setup with a single domain for the server, and use that for web mail, IMAP and SMTP certs. That way you don’t need to worry about the extra certificates needed for each domain (set your Mx to use the common name of your cert.)



  • Forked from gitea. The owners of the project implemented a change to the pr system where by you had the sign an agreement that the code belonged to them. This was seen as an intent to relisense at some point. Devs that wanted it to stay open moved to forgejo.

    Until recently you could swap forgejo in to your gitea data, but now they are incompatible due to divergence.












  • They are still in use as multicast. Typically it’s for local traffic.

    I don’t think multicast over the internet would have taken off as multicast requires all routers between the source and any destinations to be multicast aware. Each would need to keep track of the subscriptions, meaning more resources that would mean higher cost. There was also less interest as one of the pluses of internet delivery was that delivery was on demand.

    In the end cdns were going to be created anyway for static content and streaming could just use the same systems to produce effectively the same improvements.

    But your next question would be why have they not done it for the experimental range.

    Well, everything knows those packets are not on the internet so will block them. If you want to ask the internet to upgrade everything for that, well just ask how the ip6 upgrade is going.