There was an error while loading. Please reload this page.
1 parent 9db0e34 commit 46e0131Copy full SHA for 46e0131
1 file changed
pyrdp/mitm/config.py
@@ -91,6 +91,9 @@ def __init__(self):
91
self.redirectionPort = None
92
"""Port of the redirection host"""
93
94
+ self.fakeServer: bool = False
95
+ """Whether to use the fake server or not"""
96
+
97
@property
98
def replayDir(self) -> Path:
99
"""
0 commit comments