wgctl/core/lib
Nuno Duque Nunes b892298259 feat: accept logging, conntrack daemon, activity integration
- daemon/wgctl-conntrack: Go daemon for conntrack DESTROY events
- wgctl-conntrack.service: systemd service
- core/lib/accept_events.py: accept_events(), accept_aggregate()
- ctx::accept_events_log: .wgctl/daemon/accept_events.log
- activity: ACCEPT row with bytes in/out and conn count
- activity: accept dest rows with ↓/↑ bytes at end
- activity: --accept, --drop, --external flags
- activity: unified w_count for drop/accept alignment
- activity: drop service rows in red
- activity: accept dest rows in green
- sysctl: nf_conntrack_acct=1 for byte counting
- note: --exclude-service/--include-service deferred
2026-05-28 23:31:10 +00:00
..
__pycache__ feat: accept logging, conntrack daemon, activity integration 2026-05-28 23:31:10 +00:00
__init__.py refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00
accept_events.py feat: accept logging, conntrack daemon, activity integration 2026-05-28 23:31:10 +00:00
activity.py refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00
block_history.py feat: block history tracking 2026-05-28 01:51:37 +00:00
events.py feat: logs endpoint annotation, alignment, descending sort 2026-05-26 03:07:57 +00:00
importer.py feat: block history tracking 2026-05-28 01:51:37 +00:00
peers.py refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00
util.py refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00