netbird/client/internal
Misha Bragin e34e0ccd12
Check and update Agent's Management URL if is legacy (#406)
All the existing agents by default connect to port 33073 of the
Management service. This value is also stored in the local config.
All the agents won't switch to the new port 443
unless explicitly specified in the config.
We want the transition to be smooth for our users, therefore
this PR adds logic to check whether the old port 33073 can be
changed to 443 and updates the config automatically.
2022-07-30 19:17:18 +02:00
..
peer Use proxy when any candidate is relay (#398) 2022-07-27 18:12:39 +02:00
proxy Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
config_test.go Add Settings window to Agent UI 2022-04-15 17:30:12 +02:00
config.go Check and update Agent's Management URL if is legacy (#406) 2022-07-30 19:17:18 +02:00
connect.go Check and update Agent's Management URL if is legacy (#406) 2022-07-30 19:17:18 +02:00
engine_test.go Add client status collection (#368) 2022-07-02 12:02:17 +02:00
engine.go Fix TURN credentials renewal (#394) 2022-07-21 22:07:38 +02:00
login.go Check and update Agent's Management URL if is legacy (#406) 2022-07-30 19:17:18 +02:00
oauth_test.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00
oauth.go Unblock menu when login (#340) 2022-05-28 18:37:08 +02:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00