You can run Zeronet and ZeronetBrowser separately.
I added option use_internal_zeronet. Default value is True. If the value is False the ZeroNet process is not started.
I added this option because in most of cases I use port forwarding via SSH, so I do not need to run ZeroNet client on my computer. The next reason listed below
The Second option is zeronet_base_url. When you set to http://0net.io/ in config file you can browse ZeroNet using http://0net.io ZeroNet Proxy Server.
Hi,
You can run Zeronet and ZeronetBrowser separately. I added option
use_internal_zeronet
. Default value isTrue
. If the value isFalse
the ZeroNet process is not started. I added this option because in most of cases I use port forwarding via SSH, so I do not need to run ZeroNet client on my computer. The next reason listed belowThe Second option is
zeronet_base_url
. When you set tohttp://0net.io/
in config file you can browse ZeroNet usinghttp://0net.io
ZeroNet Proxy Server.Config example:
BTY. This Pull requests includes #111