diff --git a/content/tutorial/privacy/tor-hidden-service/index.md b/content/tutorial/privacy/tor-hidden-service/index.md index 256feff..5b3bca7 100644 --- a/content/tutorial/privacy/tor-hidden-service/index.md +++ b/content/tutorial/privacy/tor-hidden-service/index.md @@ -25,6 +25,10 @@ If you don't have a Particl wallet yet, [download it](learn:wallets:) (we highly ## Install Tor +{{< hint [warning] >}} +Note that Torproject community discourage use of Ubuntu default repository for `tor`. See their recommendations at . +{{< /hint >}} + At a command prompt just enter `tor`. $ tor @@ -104,4 +108,4 @@ maxconnections=30 ## Start wallet -Now you're ready to go, start it up. You should start making connections. If you use the `getpeerinfo` command you'll see the addresses of the peers and they should all be _.onion_ addresses. Some of the peers will show your external IP .onion address and that's normal, those are incoming connections. \ No newline at end of file +Now you're ready to go, start it up. You should start making connections. If you use the `getpeerinfo` command you'll see the addresses of the peers and they should all be _.onion_ addresses. Some of the peers will show your external IP .onion address and that's normal, those are incoming connections.