mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Add todo
This commit is contained in:
parent
12f2a7cee0
commit
1c9b1ea91a
1 changed files with 2 additions and 0 deletions
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 a new issue