Skip to content

Initial nym-vpnd preview release

Pre-release
Pre-release
Compare
Choose a tag to compare
@octol octol released this 25 Apr 08:03
e67257a

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