2026-05-06 06:36:53 +00:00
|
|
|
# labs/networking
|
|
|
|
|
|
|
|
|
|
This folder is reserved for networking-focused exercises. It can hold examples around routing, DNS, ports, packet flow, and host-to-host diagnostics.
|
|
|
|
|
|
|
|
|
|
## Diagram
|
|
|
|
|
|
|
|
|
|
```mermaid
|
2026-05-06 06:40:46 +00:00
|
|
|
flowchart TD
|
2026-05-06 06:46:27 +00:00
|
|
|
A["networking"]
|
|
|
|
|
click A href "./" "networking"
|
2026-05-06 06:36:53 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
|
|
- The directory is currently a placeholder.
|
|
|
|
|
- It complements the operational network diagnostics already present in `infra-run/scripts/bash/os-healthcheck`.
|