mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-27 14:45:52 -05:00
Add todo
This commit is contained in:
parent
12f2a7cee0
commit
1c9b1ea91a
2
app.go
2
app.go
@ -473,6 +473,8 @@ func (h *Headscale) Serve() error {
|
|||||||
g := new(errgroup.Group)
|
g := new(errgroup.Group)
|
||||||
|
|
||||||
g.Go(func() error { return grpcServer.Serve(socketListener) })
|
g.Go(func() error { return grpcServer.Serve(socketListener) })
|
||||||
|
|
||||||
|
// TODO(kradalby): Verify if we need the same TLS setup for gRPC as HTTP
|
||||||
g.Go(func() error { return grpcServer.Serve(grpcListener) })
|
g.Go(func() error { return grpcServer.Serve(grpcListener) })
|
||||||
|
|
||||||
if tlsConfig != nil {
|
if tlsConfig != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user