forked from shokara/thomomys
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
Gophermap | 2 months ago | |
LICENSE | 2 months ago | |
README | 2 months ago | |
go.mod | 2 months ago | |
main.go | 2 months ago |
README
Thomomys-F
==========
A simple gopher daemon written in Golang.
Forked from shokara/thomomys
Flags
-----
-i = IP address for Thomomys to listen on (Default: 0.0.0.0)
-p = Port for Thomomys 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.