Add TCPAbridgedO to Connection modes
This commit is contained in:
parent
0866dfa1dd
commit
55010e4f1f
@ -31,7 +31,8 @@ class Connection:
|
|||||||
MODES = {
|
MODES = {
|
||||||
0: TCPFull,
|
0: TCPFull,
|
||||||
1: TCPAbridged,
|
1: TCPAbridged,
|
||||||
2: TCPIntermediate
|
2: TCPIntermediate,
|
||||||
|
3: TCPAbridgedO
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
|
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
|
||||||
|
Loading…
Reference in New Issue
Block a user