mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 18:41:41 +02:00
[client] Check for fwmark support and use fallback routing if not supported (#3220)
This commit is contained in:
@@ -40,7 +40,6 @@ func WithCustomDialer() grpc.DialOption {
|
||||
}
|
||||
}
|
||||
|
||||
log.Debug("Using nbnet.NewDialer()")
|
||||
conn, err := nbnet.NewDialer().DialContext(ctx, "tcp", addr)
|
||||
if err != nil {
|
||||
log.Errorf("Failed to dial: %s", err)
|
||||
|
Reference in New Issue
Block a user