1
0
mirror of https://github.com/netbirdio/netbird.git synced 2024-12-14 19:00:50 +01:00
netbird/encryption
Misha Bragin 86a66c6202
Make Signal Service listen on a standard 443/80 port instead of 10000 ()
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
..
testprotos Extract common server encryption logic () 2021-07-22 15:23:24 +02:00
encryption_suite_test.go Extract common server encryption logic () 2021-07-22 15:23:24 +02:00
encryption_test.go Rename module to netbirdio/netbird () 2022-03-26 12:08:54 +01:00
encryption.go Extract common server encryption logic () 2021-07-22 15:23:24 +02:00
letsencrypt.go Make Signal Service listen on a standard 443/80 port instead of 10000 () 2022-07-25 19:55:38 +02:00
message.go Extract common server encryption logic () 2021-07-22 15:23:24 +02:00