You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A single-page browser application for visualising `/etc/config/firewall` relationships. Paste or upload an OpenWrt firewall configuration, map devices to zones, and visually inspect zone-to-zone and device-to-device connectivity.
4
4
5
+
---
6
+
5
7
## Features
6
8
7
9
-**No Backend Required** — All parsing and analysis happens in your browser; no server, database, or build step needed
@@ -14,16 +16,19 @@ A single-page browser application for visualising `/etc/config/firewall` relatio
14
16
-**Multiple Graph Layouts** — Force-directed, circular, and breadth-first layouts
15
17
-**Relationship Filtering** — Show all paths, allowed only, blocked only, zone-only, or device-only relationships
16
18
19
+
---
20
+
17
21
## Quick Start
18
22
19
23
1.**Open the app**: Open [`public/index.html`](public/index.html) in any modern browser
20
24
2.**Paste your firewall config**: Copy `/etc/config/firewall` from your OpenWrt router and paste it into the textarea
21
25
3.**Map devices to zones**: Add devices with names, IP addresses, and their associated firewall zones (via import or manually)
22
-
4.**Visualise relationships**: The graph renders automatically showing zones, devices, and their connectivity
26
+
4.**Map subnets**: Add subnets mappings (import via `scripts/openwrt_export_subnet_mappings.sh`)
27
+
5.**Visualise relationships**: The graph renders automatically showing zones, devices, and their connectivity
0 commit comments