Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 477 Bytes

wtfd

wtfd is a network service that wonders "wtf". It runs on port 23206.

Build:

make

Run:

./wtfd

Use (as a client):

curl localhost:23206

Or open your browser to http://localhost:23206/

It has Debian/Ubuntu packaging and includes a systemd service file. To build the package:

gbp buildpackage -uc -us

To install the package:

sudo dpkg -i ../wtfd_*.deb

The service will start automatically. To check its status:

systemctl status wtfd