Replace the grpc header key to NetBird specific

This commit is contained in:
Zoltan Papp
2023-06-28 12:58:05 +02:00
parent ca1722ed10
commit d68a4a7d21

View File

@@ -11,7 +11,7 @@ import (
)
const (
GrpcVersionHeaderKey = "version"
GrpcVersionHeaderKey = "x-netbird-version"
reversProxyHeaderKey = "x-netbird-peer"
keepAliveInterval = 30 * time.Second