update readmes
This commit is contained in:
parent
2710c55df5
commit
13a061001e
2 changed files with 24 additions and 0 deletions
12
README.html
Normal file
12
README.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<h2>Simple Finger</h2>
|
||||||
|
<p>I wanted an easy to use finger server that didn't need to expose my IP and stuff to the internet so I wrote this one.
|
||||||
|
</p>
|
||||||
|
<p>It doesn't expose your user information to the net without a '.singerrc' file placed in your home directory (it automatically detects if you have a weird home directory).
|
||||||
|
</p>
|
||||||
|
<p>It requires root privileges so it can bind on port 79 (the commonly used finger port).
|
||||||
|
</p>
|
||||||
|
<h2>.singerrc file</h2>
|
||||||
|
<p>If the file is not empty, its contents will be sent over to the client.
|
||||||
|
</p>
|
||||||
|
<p>If it isn't present, the user will be hidden from singer's vision.
|
||||||
|
</p>
|
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
## Simple Finger
|
||||||
|
I wanted an easy to use finger server that didn't need to expose my IP and stuff to the internet so I wrote this one.
|
||||||
|
|
||||||
|
It doesn't expose your user information to the net without a '.singerrc' file placed in your home directory (it automatically detects if you have a weird home directory).
|
||||||
|
|
||||||
|
It requires root privileges so it can bind on port 79 (the commonly used finger port).
|
||||||
|
|
||||||
|
## .singerrc file
|
||||||
|
If the file is not empty, its contents will be sent over to the client.
|
||||||
|
|
||||||
|
If it isn't present, the user will be hidden from singer's vision.
|
||||||
|
|
Reference in a new issue