shithub: finge.rc

ref: f8aab029eaf5c3cd4883d06d8fc2f980679b9111
dir: finge.rc/README.md

View raw version
# finge.rc

A very basic finger server for plan9/9front.


## Install and run

Copy the script in $user/bin/rc.
Run `aux/listen1 -tv tcp!*!79 /usr/$user/bin/rc/finge.rc &`


## Usage

Edit the script, adapt the values of nouser and scripts.
nouser is the path of the .plan that will be rendered when your domain is queried.


## Scripting

If a rc script with the queried name is available in your scripts directory it will be rendered.
For example if you add a hello.rc you can finger `hello@domain`.
Note that usernames have precedence over scripts names.