mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Add optional DoT, DoH3 support
This commit is contained in:
parent
593799a988
commit
75508bccb5
6 changed files with 587 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue