netbird/client/internal
Maycon Santos e4ad6174ca
Improve module load (#470)
* Add additional check for needed kernel modules

* Check if wireguard and tun modules are loaded

If modules are loaded return true, otherwise attempt to load them

* fix state check

* Add module function tests

* Add test execution in container

* run client package tests on docker

* add package comment to new file

* force entrypoint

* add --privileged flag

* clean only if tables where created

* run from within the directories
2022-09-15 01:26:11 +05:00
..
peer Load WgPort from config file and exchange via signal (#449) 2022-09-02 19:33:35 +02:00
proxy Load WgPort from config file and exchange via signal (#449) 2022-09-02 19:33:35 +02:00
routemanager Improve module load (#470) 2022-09-15 01:26:11 +05:00
config_test.go Add Settings window to Agent UI 2022-04-15 17:30:12 +02:00
config.go Load WgPort from config file and exchange via signal (#449) 2022-09-02 19:33:35 +02:00
connect.go Improve module load (#470) 2022-09-15 01:26:11 +05:00
engine_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
engine.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
login.go Check if login stream was canceled before printing warn (#451) 2022-09-05 17:44:26 +02:00
oauth_test.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
oauth.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00