mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 18:41:41 +02:00
[client,relay] Add QUIC support (#2962)
This commit is contained in:
11
relay/tls/client_prod.go
Normal file
11
relay/tls/client_prod.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !devcert
|
||||
|
||||
package tls
|
||||
|
||||
import "crypto/tls"
|
||||
|
||||
func ClientQUICTLSConfig() *tls.Config {
|
||||
return &tls.Config{
|
||||
NextProtos: []string{nbalpn},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user