Commit Graph
6 Commits
Author SHA1 Message Date
Maycon Santos 9b2351193c sync mock 2025-05-09 08:26:00 +02:00
Pascal Fischer b7173ab956 reuse account peers map 2025-05-08 19:55:00 +02:00
Pascal Fischer c57869aa78 use proxyController AllProxyMaps 2025-05-08 13:57:26 +02:00
Maycon Santos 2c5dff2f89 use peer id in controller call 2025-05-08 09:10:40 +02:00
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
Viktor Liu fc1da94520 [client, management] Add port forwarding (#3275)
Add initial support to ingress ports on the client code.

- new types where added
- new protocol messages and controller
2025-03-09 16:06:43 +01:00