diff options
| author | Fuwn <[email protected]> | 2024-06-25 04:45:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-25 04:45:34 +0000 |
| commit | d7215a30007bb64659554bb006a5ac43f10832f3 (patch) | |
| tree | 61218fd581294fe1ff6885b3d526505a34bc42b9 | |
| parent | docs(readme): add example usage (diff) | |
| download | gigi-d7215a30007bb64659554bb006a5ac43f10832f3.tar.xz gigi-d7215a30007bb64659554bb006a5ac43f10832f3.zip | |
docs(readme): update information
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,11 +1,11 @@ # 👧️ Gigi -> A Finger protocol server for risk takers +> A [Finger](https://www.rfc-editor.org/info/rfc742) protocol server for risk takers Gigi is a Finger protocol server with few features. -- Gigi can respond to Finger requests statically -- Gigi can respond to Finger requests dynamically +- Gigi can respond to Finger requests statically. +- Gigi can respond to Finger requests dynamically. <p align="center"> <br> @@ -24,7 +24,7 @@ send requests, or you could use the old reliable `telnet` or `nc` commands. ```bash $ finger fuwn.me $ telnet fuwn.me -$ echo -e "" | nc fuwn.me 79 +$ echo | nc fuwn.me 79 ``` ### Local @@ -79,8 +79,9 @@ contents of `./gigi/test`. A Finger request of nothing will return the contents of `./gigi/default`. The default file is also the fallback file in case the requested file does not exist. -To emulate dynamic mode, minus the arguments you can setup a service of some -kind to periodically update the contents of one of the static files. +To emulate dynamic mode, minus the support for arguments, you can setup a +service of some kind to periodically update the contents of one of the static +files. ## Licence |