mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
update dependencies (#3539)
This commit is contained in:
@@ -378,7 +378,7 @@ func (cm *ConnectionManager) OpenConnection() error {
|
||||
}
|
||||
tlsConfig.NextProtos = []string{"frp"}
|
||||
|
||||
conn, err := quic.DialAddrContext(
|
||||
conn, err := quic.DialAddr(
|
||||
cm.ctx,
|
||||
net.JoinHostPort(cm.cfg.ServerAddr, strconv.Itoa(cm.cfg.ServerPort)),
|
||||
tlsConfig, &quic.Config{
|
||||
|
||||
Reference in New Issue
Block a user