From 54ca3b4c92ef8144b4fb403fc30310b4bb6dea68 Mon Sep 17 00:00:00 2001 From: datadunia Date: Mon, 1 Jun 2026 17:23:38 +0700 Subject: [PATCH] docs: add missing task checkboxes to bugfix-status-traffic-firewall plan --- .sisyphus/plans/bugfix-status-traffic-firewall.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.sisyphus/plans/bugfix-status-traffic-firewall.md b/.sisyphus/plans/bugfix-status-traffic-firewall.md index 07b916c..0bbb70a 100644 --- a/.sisyphus/plans/bugfix-status-traffic-firewall.md +++ b/.sisyphus/plans/bugfix-status-traffic-firewall.md @@ -92,6 +92,13 @@ if rx, exists := transferBytes[device.PublicKey]; exists && rx > 0 { ## TODOs +- [x] 1. Fix transfer bytes fallback in redis.go +- [x] 2. Fix startup recovery in main.go (use Device.EndpointAllowedIPs) +- [x] 3. Fix AddForwardRule for comma-separated CIDRs +- [x] 4. Integrate traffic recording into SyncToDB +- [x] 5. Improve linked devices section +- [x] 6. Add chart to connection status (optional) + --- ## Final Verification