Skip to content

Commit 46e0131

Browse files
committed
fake server: set default config value for fake server
otherwise checks whether fake server was configured or not fail
1 parent 9db0e34 commit 46e0131

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyrdp/mitm/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def __init__(self):
9191
self.redirectionPort = None
9292
"""Port of the redirection host"""
9393

94+
self.fakeServer: bool = False
95+
"""Whether to use the fake server or not"""
96+
9497
@property
9598
def replayDir(self) -> Path:
9699
"""

0 commit comments

Comments
 (0)