Initial nym-vpnd preview release
Pre-release
Pre-release
Description
Initial pre-release of the nym-vpnd
daemon and a commandline client nym-vpnc
to interact with it
Requirements
Linux supporting installing debian packages (Debian, Ubuntu, PopOS etc) and running systemd.
Installation
Download both files and install them with apt
or dpkg
sudo apt install nym-vpnc*deb nym-vpnd*deb
Check that the daemon is running with
systemctl status nym-vpnd.service
and check its logs with
sudo journalctl -u nym-vpnd.service -f
Using
The daemon can be interacted with using nym-vpnc
nym-vpnc status
nym-vpnc connect
nym-vpnc disconnect
To stop the background service
systemctl stop nym-vpnd.service
It will start again on startup, so disable with
systemctl disable nym-vpnd.servce