Add optional DoT, DoH3 support

This commit is contained in:
世界 2022-07-26 12:37:03 +08:00
parent 593799a988
commit 75508bccb5
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 587 additions and 36 deletions

View file

@ -24,7 +24,7 @@ func PeekStream(ctx context.Context, conn net.Conn, buffer *buf.Buffer, sniffers
if err != nil {
return nil, err
}
_, err = buffer.ReadFrom(conn)
_, err = buffer.ReadOnceFrom(conn)
err = E.Errors(err, conn.SetReadDeadline(time.Time{}))
if err != nil {
return nil, err