Download Latest Version void-1.0.0.tar.gz (8.4 kB)
Email in envelope

Get an email when there's a new version of voidd

Home
Name Modified Size InfoDownloads / Week
README 2019-01-26 619 Bytes
void-1.0.0.tar.gz 2019-01-26 8.4 kB
Totals: 2 Items   9.1 kB 0
How to install
	Prerequisites: libevent2
	Prerequisites for linux: bmake libbsd

	$ make

	# make install

	On Slackware use the provided SlackBuild script.

How to use

	# void -u nobody -p 21,22,23

	See the manual for more examples.

What it does

	It listens on the provided ports and executes a script located at:

	/usr/local/libexec/void-run-hooks

	The script receives the address that connected and its port number.

	#!/bin/sh

	addr=$1
	port=$2

	logger "$addr $port" || exit 1

	exit 0

It should build and install on any unix like system. It is known to work on
OpenBSD 6.4, NetBSD 8.0, and Slackware 14.2
Source: README, updated 2019-01-26