Skip to content

Commit

Permalink
doc: Fixed typo in transparent proxy instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Mar 31, 2020
1 parent c876e75 commit c133371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ ip rule add fwmark $MARK lookup $TABLE_ID
# Add a custom route that redirects traffic intended for the outside world to loopback
# So that server-client traffic passes through PyRDP
# This table will only ever be used by RDP so it should not be problematic
ip route add local dev lo table $TABLE_ID
ip route add local default dev lo table $TABLE_ID
```

This setup is a base example and might be much more complex depending on your environment and constraints.
Expand Down

0 comments on commit c133371

Please sign in to comment.