netbird/client
Misha Bragin 2eeed55c18
Bind implementation (#779)
This PR adds supports for the WireGuard userspace implementation
using Bind interface from wireguard-go. 
The newly introduced ICEBind struct implements Bind with UDPMux-based
structs from pion/ice to handle hole punching using ICE.
The core implementation was taken from StdBind of wireguard-go.

The result is a single WireGuard port that is used for host and server reflexive candidates. 
Relay candidates are still handled separately and will be integrated in the following PRs.

ICEBind checks the incoming packets for being STUN or WireGuard ones
and routes them to UDPMux (to handle hole punching) or to WireGuard  respectively.
2023-04-13 17:00:01 +02:00
..
android Bind implementation (#779) 2023-04-13 17:00:01 +02:00
cmd Support remote scope and use id token configuration (#784) 2023-04-05 17:46:34 +02:00
firewall Feat firewall controller interface (#740) 2023-03-16 13:00:08 +04:00
internal Bind implementation (#779) 2023-04-13 17:00:01 +02:00
proto Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
server Support remote scope and use id token configuration (#784) 2023-04-05 17:46:34 +02:00
ssh Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
system Adjustments for the change server flow (#756) 2023-03-23 16:35:06 +01:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui Add version info command to signal server (#739) 2023-03-15 07:54:51 +01:00
Dockerfile Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
installer.nsis Bind implementation (#779) 2023-04-13 17:00:01 +02:00
main.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
resources.rc Bind implementation (#779) 2023-04-13 17:00:01 +02:00