netbird/client
Misha Bragin 966661fe91
Serve Management gRPC and HTTP on a single 80/443 port (#400)
This PR is a part of an effort to use standard ports (443 or 80) that are usually allowed by default in most of the environments.

Right now Management Service runs the Let'sEncrypt manager on port 443, HTTP API server on port 33071,
and a gRPC server on port 33073. There are three separate listeners.
This PR combines these listeners into one.
With this change, the HTTP and gRPC server runs on either 443 with TLS or 80 without TLS
by default (no --port specified).
Let's Encrypt manager always runs on port 443 if enabled.
The backward compatibility server runs on port 33073 (with TLS or without).
HTTP port 33071 is obsolete and not used anymore.

Newly installed agents will connect to port 443 by default instead of port 33073 if not specified otherwise.
2022-07-29 20:37:09 +02:00
..
cmd Always initialize status recorder (#383) 2022-07-07 13:54:47 +02:00
internal Serve Management gRPC and HTTP on a single 80/443 port (#400) 2022-07-29 20:37:09 +02:00
proto Enhance status command (#382) 2022-07-05 19:47:50 +02:00
server Always initialize status recorder (#383) 2022-07-07 13:54:47 +02:00
ssh Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
status Enhance status command (#382) 2022-07-05 19:47:50 +02:00
system Versioning of UI and grpc-agent for passing version (#324) 2022-05-25 23:25:02 +02:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui Support 32 bit (#374) 2022-07-01 10:42:38 +02:00
Dockerfile Add PATH to client Dockerfile (#389) 2022-07-12 15:35:51 +02:00
installer.nsis Update MacOS and Windows installers (#325) 2022-05-25 19:41:03 +02:00
main.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
resources.rc Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
wireguard_nt.sh Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00