fix: doq过代理错误
This commit is contained in:
parent
8b00be9039
commit
16b27b3a1f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ func (dc *quicClient) openSession() (quic.Connection, error) {
|
|||
return nil, fmt.Errorf("quio create packet failed")
|
||||
}
|
||||
|
||||
udp = wrapConn.PacketConn
|
||||
udp = wrapConn
|
||||
}
|
||||
|
||||
session, err := quic.Dial(udp, &udpAddr, host, tlsConfig, quicConfig)
|
||||
|
|
Loading…
Reference in a new issue