netbird/client/cmd
Mikhail Bragin 5d4c2643a3
Support no-proxy mode connection mode (#245)
When one of the peers has a static public host IP
or both peers are in the same local network
we establish a direct Wireguard connection
bypassing proxy usage.
This helps reduce FD usage and improves
performance.
2022-03-01 14:07:33 +01:00
..
login_test.go Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
login.go Add client version to the client app and send it to the management service (#222) 2022-02-08 18:03:27 +01:00
root.go feature: add Wireguard preshared-key support (#160) 2021-11-21 17:47:19 +01:00
service_controller.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
service_installer.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
service.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
testutil.go Link account id with the external user store (#184) 2022-01-24 11:21:30 +01:00
up_test.go Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
up.go Support no-proxy mode connection mode (#245) 2022-03-01 14:07:33 +01:00
version.go Add client version to the client app and send it to the management service (#218) 2022-02-03 18:35:54 +01:00