mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
comment out the message active fingerprinting - there is too many messages
This commit is contained in:
@@ -999,9 +999,9 @@ async def handle_client(reader_clt, writer_clt):
|
||||
# protection against replay-based fingerprinting
|
||||
MIN_FIRST_PKT_SIZE = 12
|
||||
if block_short_first_pkt and 0 < len(data) < MIN_FIRST_PKT_SIZE:
|
||||
print_err("Active fingerprinting detected from %s, dropping it" % cl_ip)
|
||||
print_err("If this causes problems set BLOCK_SHORT_FIRST_PKT = False "
|
||||
"in the config")
|
||||
# print_err("Active fingerprinting detected from %s, dropping it" % cl_ip)
|
||||
# print_err("If this causes problems set BLOCK_SHORT_FIRST_PKT = False "
|
||||
# "in the config")
|
||||
|
||||
wr.write_eof()
|
||||
await wr.drain()
|
||||
|
||||
Reference in New Issue
Block a user