netbird/client/internal/routemanager
Zoltan Papp 9203690033
[client] Code cleaning in net pkg and fix exit node feature on Android(#2932)
Code cleaning around the util/net package. The goal was to write a more understandable source code but modify nothing on the logic.
Protect the WireGuard UDP listeners with marks.
The implementation can support the VPN permission revocation events in thread safe way. It will be important if we start to support the running time route and DNS update features.

- uniformize the file name convention: [struct_name] _ [functions] _ [os].go
- code cleaning in net_linux.go
- move env variables to env.go file
2024-11-26 23:34:27 +01:00
..
dynamic [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
notifier Support DNS routes on iOS (#2254) 2024-07-15 10:40:57 +02:00
refcounter [client] Fix state manager race conditions (#2890) 2024-11-15 20:05:26 +01:00
static [management, client] Add access control support to network routes (#2100) 2024-10-02 13:41:00 +02:00
sysctl [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
systemops [client] Code cleaning in net pkg and fix exit node feature on Android(#2932) 2024-11-26 23:34:27 +01:00
util Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
vars Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
client_test.go Update route calculation tests (#2884) 2024-11-13 15:21:33 +01:00
client.go [client] Remove loop after route calculation (#2856) 2024-11-11 10:53:57 +01:00
manager_test.go [client] Cleanup dns and route states on startup (#2757) 2024-10-24 10:53:46 +02:00
manager.go [client] Cleanup dns and route states on startup (#2757) 2024-10-24 10:53:46 +02:00
mock.go [client] Cleanup dns and route states on startup (#2757) 2024-10-24 10:53:46 +02:00
server_android.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
server_nonandroid.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
server.go Refactor Route IDs (#1891) 2024-05-06 14:47:49 +02:00