Zola Loopback Learning
July 23, 2025•93 words
Goal: To begin the journey of becoming a World Authority in Record Keeping and Error Correction
Development Log | Loopback vs Broadcast
Discovered different issues and how IP addresses like 0.0.0.0 are meant to be used and how I was using them.
Makefiles to solidify the knowledge in a manner that is easy to understand looking over again in the future.
Basically 0.0.0.0 is a sudo address, it's an instruction to say 'listen to all interfaces'. But isn't addressable since 0.0.0.0 is a special address and sudo, not a real address.