17 lines
429 B
Markdown
17 lines
429 B
Markdown
# 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
|
|
flowchart TD
|
|
A["networking"]
|
|
click A href "./" "networking"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The directory is currently a placeholder.
|
|
- It complements the operational network diagnostics already present in `infra-run/scripts/bash/os-healthcheck`.
|