Skip to content

Commit

Permalink
feat: add /network:lan to default freerdp flags for increased perf
Browse files Browse the repository at this point in the history
Closes #339
  • Loading branch information
oskardotglobal authored Dec 7, 2024
1 parent 220bd55 commit 6be98c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ WAFLAVOR="docker"
RDP_SCALE="100"
# [ADDITIONAL FREERDP FLAGS & ARGUMENTS]
# DEFAULT VALUE: '/cert:tofu /sound /microphone'
# DEFAULT VALUE: '/cert:tofu /sound /microphone /network:lan'
# VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown
RDP_FLAGS="/cert:tofu /sound /microphone"
RDP_FLAGS="/cert:tofu /sound /microphone /network:lan"
# [MULTIPLE MONITORS]
# NOTES:
Expand Down

0 comments on commit 6be98c5

Please sign in to comment.