Skip to content

hardillb/goFingerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finger Daemon in Go

A simple Finger Daemon written in Go.

Inspired by Happy Net Box

Build

Checkout the project and run

$ go build -v

Run

This application need to bind to port 79 which normally requires root access. You can get round this by running the following command

$ sudo setcap CAP_NET_BIND_SERVICE=+eip fingerd

This will grant the fingerd binary the ability to open port 79 as a normal user

$ ./fingerd

Docker

$ docker build . -t fingerd
$ docker run -d -v /path/to/plans:/root/plans -p 79:79 fingerd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published