From 503413734a1f21cdb118bd1d650ceffd50e30ec9 Mon Sep 17 00:00:00 2001 From: whypsi Date: Sat, 17 Mar 2018 23:34:21 +0100 Subject: [PATCH] Updates README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3c49be..cb36eb3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@ ## Install - This app can only be installed on root path, i.e. you will need to use a dedicated domain name, e.g.`zeronet.domain.tld`. - The app is installed in private mode only so unauthenticated users can not temper with your content. -- Please do not install app multiple times for now [see issue #5](https://github.com/YunoHost-Apps/zeronet_ynh/issues/5) - -## Hint - If you want to be a proper ZeroNet peer (serving your and other's content) you will want to open TCP port 15441 in your firewall and make sure requests to this port reach your instance [do i need to have a port opened](https://zeronet.readthedocs.io/en/latest/faq/#do-i-need-to-have-a-port-opened) - Alternatively you can seutp Tor which has to be done manually [how to use zeronet with Tor](https://zeronet.readthedocs.io/en/latest/faq/#how-to-use-zeronet-with-tor) + +## Multiple Instances +- Installing multiple instances of the app is *experimental*. Internally each instance it will use a unique port for both for ZeroNet UserInterface and FileServer. However, the tracker will see all instances as one peer, as they all use one and the same external IP address. +- A solution that hasn't been confirmed yet is to use Tor instead. Each instance should then have a unique external address. + +## Hint - Use at your own risk :-)