1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-04-01 19:57:13 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Maycon Santos
7efaf7eadb
[client] Use static requested GUID when creating Windows interface ()
RequestedGUID is the GUID of the created network adapter, which then influences NLA generation deterministically.

With this change, NetBird should not generate multiple interfaces in every restart on Windows.
2024-08-27 19:21:14 +02:00
Zoltan Papp
1de3bb5420
Netstack ()
Add netstack support for the agent to run it without privileges.

- use interface for tun device
- use common IPC for userspace WireGuard integration
- move udpmux creation and sharedsock to tun layer
2024-01-03 16:06:20 +01:00
Zoltan Papp
e2f27502e4
Feature/search domain for android ()
Support search domain on Android

- pass list of search domains to Android SDK
- throw notification in case of search domain changes
2023-11-02 19:04:33 +01:00
Zoltan Papp
481465e1ae
Feature/android dns ()
Support DNS feature on mobile systems

---------

Co-authored-by: Givi Khojanashvili <gigovich@gmail.com>
2023-06-12 14:43:55 +02:00
Zoltan Papp
891ba277b1
Mobile ()
Initial modification to support mobile client

Export necessary interfaces for Android framework
2023-03-17 10:37:27 +01:00