mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-21 10:57:34 +00:00
Add todo
This commit is contained in:
2
app.go
2
app.go
@@ -473,6 +473,8 @@ func (h *Headscale) Serve() error {
|
||||
g := new(errgroup.Group)
|
||||
|
||||
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) })
|
||||
|
||||
if tlsConfig != nil {
|
||||
|
Reference in New Issue
Block a user