Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 30, 2020
1 parent bc21e47 commit 6c7ee96
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 @@ -12,7 +12,7 @@ A Multiplayer Plugin for Burp. Sync's in-scope requests/responses, comments, hig

[Download and install the extension](https://github.com/moloch--/burp-multiplayer/releases), connect multiple instances to the same [RethinkDB](https://rethinkdb.com/) instance.

You can use `rethinkdb.sh` to start a locally running instance in a Docker container. You can use `ssh -L <local_port>:localhost:<driver_port> <ip_of_rethinkdb_server>` to access a remote RethinkDB instance using an SSH tunnel.
For details on setting up RethinkDB see the [wiki](https://github.com/moloch--/burp-multiplayer/wiki/RethinkDB-Setup).

This extension relies on a lot of interaction with the RethinkDB database, for the best experiance ensure you have a fast connection to the database, and that it has sufficient CPU/memory. Large requests/responses may cause the GUI to become sluggish over slow connections (everything is currently loaded eagerly), consider filtering some of these larger requests in the Options panel.

Expand Down

0 comments on commit 6c7ee96

Please sign in to comment.