netbird/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
..
android Add quantum resistance status output (#1608) 2024-02-24 11:41:13 +00:00
cmd Add latency checks to peer connection and status output (#1725) 2024-03-20 11:18:34 +01:00
firewall Fix allow netbird traffic for nftables and userspace (#1446) 2024-01-11 12:21:58 +01:00
internal Support client default routes for Linux (#1667) 2024-03-21 16:49:28 +01:00
ios/NetBirdSDK Add quantum resistance status output (#1608) 2024-02-24 11:41:13 +00:00
proto Add latency checks to peer connection and status output (#1725) 2024-03-20 11:18:34 +01:00
server Add latency checks to peer connection and status output (#1725) 2024-03-20 11:18:34 +01:00
ssh Add gocritic linter (#1324) 2023-11-27 16:40:02 +01:00
system Do not fail on virtualized windows systems (#1669) 2024-03-06 14:32:34 +01:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui Send UI notification on peer connection session expiry (#1646) 2024-03-01 17:57:17 +01:00
Dockerfile use specific apline image version so the iptables will be installed with version 1.8.9 instead of 1.8.10 (#1405) 2023-12-20 19:41:57 +01:00
installer.nsis Fix Windows settings popup with mesa 3d openGL emulator (#1428) 2024-01-02 16:16:20 +01:00
main.go Clarify XORMapped panic case (#877) 2023-05-18 19:47:36 +02:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
netbird.wxs Fix Windows settings popup with mesa 3d openGL emulator (#1428) 2024-01-02 16:16:20 +01:00
resources.rc Bind implementation (#779) 2023-04-13 17:00:01 +02:00