Skip to content

Commit

Permalink
fake server: set default config value for fake server
Browse files Browse the repository at this point in the history
otherwise checks whether fake server was configured or not fail
  • Loading branch information
spameier committed Dec 21, 2022
1 parent cad6d09 commit 52a8fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyrdp/mitm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ def __init__(self):
self.redirectionPort = None
"""Port of the redirection host"""

self.fakeServer: bool = False
"""Whether to use the fake server or not"""

@property
def replayDir(self) -> Path:
"""
Expand Down

0 comments on commit 52a8fe4

Please sign in to comment.