Initial commit

This commit is contained in:
2026-03-05 17:47:01 +01:00
commit 563202f986
20 changed files with 1136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Network Basics
This page is for general networking concepts I reuse across projects.
At the end of each topic, I link to my home server implementation when it exists.
Related detailed pages:
- [Network / DNS](./DNS.md)
- [Network / VPN Basics](./VPN/Basics.md)
- [Network / Reverse Proxy](./ReverseProxy.md)
## TODO
- Add sections for IP addressing, routing, DNS, and HTTP(S).
- Link to home-server implementation pages from each section.