mirror of
https://github.com/openziti/zrok.git
synced 2025-01-22 05:48:46 +01:00
parent
8bd7991b2b
commit
9b31da1039
@ -92,5 +92,5 @@ func metricsDial(_ context.Context, network string, addr string) (net.Conn, erro
|
||||
if err != nil {
|
||||
return conn, err
|
||||
}
|
||||
return newMetricsConn("self", conn), nil
|
||||
return newMetricsConn("backend", conn), nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user