A simple gopher:// daemon

Izuru Yakumo e24e0d9101 Rename to avoid confusion 5 months ago
Gophermap e24e0d9101 Rename to avoid confusion 5 months ago
LICENSE dee9f3685a Use flags instead of environment variables, update Gophermap and README 1 year ago
README e24e0d9101 Rename to avoid confusion 5 months ago
go.mod dee9f3685a Use flags instead of environment variables, update Gophermap and README 1 year ago
main.go e24e0d9101 Rename to avoid confusion 5 months ago

README

Tokiko
======
A simple gopher daemon written in Golang.
Forked from shokara/thomomys

Flags
-----
-i = IP address for Tokiko to listen on (Default: 0.0.0.0)
-p = Port for Tokiko to listen on (Default: 70)
-h = Default hostname that gets printed for links (Default: localhost)
-d = Root directory that gets served (Default: current directory)


Why?
----
Anything can and will happen. Simple as that.
And while environment variables are okay, they are rather messy to deal with, in my opinion, but that's just me I guess.