clostra / newnode_desktop

Desktop client for NewNode VPN. Usable by altrustic nodes.
1 stars 0 forks source link

Desktop (MacOS/Linux) client for NewNode VPN. Usable by altrustic nodes and as a local http/https proxy.

To use this as a local proxy, define the following environment variables in $HOME/.profile or (if bash is your shell)$HOME/.bashrc:

export http_proxy=http://localhost:8006
export https_proxy=http://localhost:8006

Then source whichever file those variables are defined in.

. $HOME/.bashrc

Then start or restart your web browser or other client.