Update On Fri Aug 30 20:33:09 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-30 20:33:10 +02:00
parent 891d5cb988
commit ce38859597
466 changed files with 36527 additions and 9373 deletions

View File

@@ -108,7 +108,6 @@ func (b *BaseRelayServer) sniffAndBlockProtocol(c net.Conn) (net.Conn, error) {
sniffMetadata, err := sniff.PeekStream(ctx, c, buffer, b.cfg.Options.SniffTimeout, sniff.TLSClientHello, sniff.HTTPHost)
if err != nil {
b.l.Debugf("sniff error: %s", err)
return c, nil
}
if sniffMetadata != nil {