• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • I have just let it grow organically. The front page is an index of various topics from personal things and particular games to household information. Then below that there might be just a page or an index to a bunch of pages often starting just as a list of links. I am often refactoring once a page has a bunch of sub headings of related topics but ultimately now needing multiple pages and replacing the original with the index to those pages. I don’t think I could have designed an index system from the start without the content because I wouldn’t have known what I was going to store.





  • My ISP provides a /48 for IPv6 via prefix delegation so all internal machines that support it have a ULA and DHCPv6. I have disabled SLAAC . In docker I assign a /64 of that prefix to docker containers. The local addresses is what most of the internal network stuff is based on (DNS etc) rather than the globally accessible address. The PD addresses are only about going onto the internet.

    SLAAC actually is just fine, I just didn’t really want to be exposing the manufacturer information of the addresses online so preferred DHCP, but either or both together works from OpenWRT prefix delegation.