netbird/client/server
Maycon Santos c02e236196
[client,management] add netflow support to client and update management (#3414)
adds NetFlow functionality to track and log network traffic information between peers, with features including:

- Flow logging for TCP, UDP, and ICMP traffic
- Integration with connection tracking system
- Resource ID tracking in NetFlow events
- DNS and exit node collection configuration
- Flow API and Redis cache in management
- Memory-based flow storage implementation
- Kernel conntrack counters and userspace counters
- TCP state machine improvements for more accurate tracking
- Migration from net.IP to netip.Addr in the userspace firewall
2025-03-20 17:05:48 +01:00
..
debug_linux.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug_nonlinux.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug_test.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug.go [client] Fix anonymized addresses documentation (#3505) 2025-03-14 11:38:16 +01:00
event.go [client] Add UI client event notifications (#3207) 2025-02-20 11:00:02 +01:00
forwardingrules.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
log.go Restore netbird state and log level after debug (#2047) 2024-05-24 13:27:41 +02:00
network.go Nil check on route manager (#3486) 2025-03-13 00:04:00 +01:00
panic_generic.go [client] Log windows panics (#2829) 2024-11-01 15:08:22 +01:00
panic_windows.go [client] Enable windows stderr logs by default (#3476) 2025-03-10 11:30:49 +01:00
server_test.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
server.go Increase the timeout to 50 sec (#3481) 2025-03-10 18:23:47 +01:00
state_generic.go [client] Cleanup firewall state on startup (#2768) 2024-10-24 14:46:24 +02:00
state_linux.go [client] Cleanup firewall state on startup (#2768) 2024-10-24 14:46:24 +02:00
state.go [client] Add state handling cmdline options (#2821) 2024-12-03 16:07:18 +01:00
trace.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00