
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/tokiko/trunk@15 8f5ca974-a7f8-e144-9f80-d41d5039c194
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
Tokiko
|
|
======
|
|
A simple gopher daemon written in Golang.
|
|
Forked from shokara/thomomys
|
|
|
|
Config
|
|
------
|
|
addr = IP address for Tokiko to listen on (Default: 127.0.0.1)
|
|
port = Port for Tokiko to listen on (Default: 70)
|
|
hostname = Default hostname that gets printed for links (Default: localhost)
|
|
rootdir = Root directory that gets served (Default: /var/gopher)
|
|
|
|
|
|
Why?
|
|
----
|
|
Yes.
|
|
|
|
Credits
|
|
-------
|
|
I blatantly copied the parseconfig code from https://git.z3bra.org/partage
|