forked from mwcproject/mwc-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
720c45f
commit 1888969
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Overview | ||
|
||
As of mwc-node 4.0.0-beta.1, inbound tor connections are supported natively. By default TOR is off, but it is easy to turn on and in later releases we intend | ||
make it on by default. | ||
|
||
# Prerequisites and setup | ||
|
||
You must install TOR and include it in your path. On mac, this can be done with the following command: | ||
|
||
```brew install tor``` | ||
|
||
On Ubuntu Linux: | ||
|
||
```sudo apt install tor``` | ||
|
||
On PC: | ||
|
||
Download the tor browser from [The TOR Project](https://www.torproject.org/download/). | ||
Then add the tor binary (tor.exe) to your path. For instructions on how to do that see [this](https://docs.alfresco.com/4.2/tasks/fot-addpath.html). | ||
|
||
# Configuration | ||
|
||
# Upgrade | ||
|
||
# Conclusion |