mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add TCPIntermediateO to Connection modes
This commit is contained in:
parent
98ebad3428
commit
cc2c3509be
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ class Connection:
|
|||
0: TCPFull,
|
||||
1: TCPAbridged,
|
||||
2: TCPIntermediate,
|
||||
3: TCPAbridgedO
|
||||
3: TCPAbridgedO,
|
||||
4: TCPIntermediateO
|
||||
}
|
||||
|
||||
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
|
||||
|
|
|
|||
Loading…
Reference in a new issue