mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
add one more nonce in the reserved nonces list
This commit is contained in:
@@ -1057,7 +1057,7 @@ async def do_direct_handshake(proto_tag, dc_idx, dec_key_and_iv=None):
|
|||||||
RESERVED_NONCE_FIRST_CHARS = [b"\xef"]
|
RESERVED_NONCE_FIRST_CHARS = [b"\xef"]
|
||||||
RESERVED_NONCE_BEGININGS = [b"\x48\x45\x41\x44", b"\x50\x4F\x53\x54",
|
RESERVED_NONCE_BEGININGS = [b"\x48\x45\x41\x44", b"\x50\x4F\x53\x54",
|
||||||
b"\x47\x45\x54\x20", b"\xee\xee\xee\xee",
|
b"\x47\x45\x54\x20", b"\xee\xee\xee\xee",
|
||||||
b"\xdd\xdd\xdd\xdd"]
|
b"\xdd\xdd\xdd\xdd", b"\x16\x03\x01\x02"]
|
||||||
RESERVED_NONCE_CONTINUES = [b"\x00\x00\x00\x00"]
|
RESERVED_NONCE_CONTINUES = [b"\x00\x00\x00\x00"]
|
||||||
|
|
||||||
global my_ip_info
|
global my_ip_info
|
||||||
|
|||||||
Reference in New Issue
Block a user