netbird/signal/client
Viktor Liu 2475473227
Support client default routes for Linux (#1667)
All routes are now installed in a custom netbird routing table.
Management and wireguard traffic is now marked with a custom fwmark.
When the mark is present the traffic is routed via the main routing table, bypassing the VPN.
When the mark is absent the traffic is routed via the netbird routing table, if:
- there's no match in the main routing table
- it would match the default route in the routing table

IPv6 traffic is blocked when a default route IPv4 route is configured to avoid leakage.
2024-03-21 16:49:28 +01:00
..
client_suite_test.go Refactor: Move Signal server and client (#80) 2021-08-09 19:21:48 +02:00
client_test.go Exchange proxy mode via signal (#727) 2023-03-16 16:46:17 +01:00
client.go Extend netbird status command to include health information (#1471) 2024-01-22 12:20:24 +01:00
grpc.go Support client default routes for Linux (#1667) 2024-03-21 16:49:28 +01:00
mock.go Extend netbird status command to include health information (#1471) 2024-01-22 12:20:24 +01:00