Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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 LR
|
||||
A["networking"] --> B["Routing"]
|
||||
A --> C["DNS"]
|
||||
A --> D["Firewall and ports"]
|
||||
A --> E["Connectivity tests"]
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The directory is currently a placeholder.
|
||||
- It complements the operational network diagnostics already present in `infra-run/scripts/bash/os-healthcheck`.
|
||||
Reference in New Issue
Block a user