netbird/signal/client
Misha Bragin 86a66c6202
Make Signal Service listen on a standard 443/80 port instead of 10000 (#396)
Right now Signal Service runs the Let'sEncrypt manager on port 80
and a gRPC server on port 10000. There are two separate listeners.
This PR combines these listeners into one with a cmux lib.
The gRPC server runs on either 443 with TLS or 80 without TLS.
Let's Encrypt manager always runs on port 80.
2022-07-25 19:55:38 +02:00
..
client_suite_test.go Refactor: Move Signal server and client (#80) 2021-08-09 19:21:48 +02:00
client_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
client.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
grpc.go Make Signal Service listen on a standard 443/80 port instead of 10000 (#396) 2022-07-25 19:55:38 +02:00
mock.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00