mirror of
https://github.com/tiennm99/mtprotoproxy.git
synced 2026-08-02 02:21:40 +00:00
comment out ipv6 in middle-proxies
This commit is contained in:
+1
-1
@@ -476,7 +476,7 @@ async def do_middleproxy_handshake(dc_idx):
|
||||
SENDER_PID = b"IPIPPRPDTIME"
|
||||
PEER_PID = b"IPIPPRPDTIME"
|
||||
|
||||
if PREFER_IPV6:
|
||||
if False and PREFER_IPV6: # commented out because they aren't work yet
|
||||
if not 0 <= dc_idx < len(TG_MIDDLE_PROXIES_V6):
|
||||
return False
|
||||
addr, port = TG_MIDDLE_PROXIES_V6[dc_idx]
|
||||
|
||||
Reference in New Issue
Block a user