mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-14 01:09:26 +01:00
Fix next protos in dev env
This commit is contained in:
parent
bca8944e7a
commit
ceb8a01573
@ -15,7 +15,7 @@ func ServerQUICTLSConfig(originTLSCfg *tls.Config) (*tls.Config, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cfg := originTLSCfg.Clone()
|
cfg := originTLSCfg.Clone()
|
||||||
cfg.NextProtos = []string{"nb"}
|
cfg.NextProtos = []string{nbalpn}
|
||||||
return cfg, nil
|
return cfg, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user