godwulf
Gopher server implemented in Go. Currently undergoing heavy development.
See gopher://arrakis.logik.li/ for more information.
Releases
- godwulf-0.1 - 2009-12-22
Git
Usage
-path="."
Specify path to serve, in format '/path/to/serve'
-host="127.0.0.1:70"
Specify hostname/address to generate links with in format
'xxx.xxx.xxx.xxx:70' (defaults to -address)
-address="127.0.0.1:70"
Specify address to bind to in format '0.0.0.0:70'
% godwulf -address 10.0.0.7:70 -host gopher.example.com:70 -path /srv/godwulf
License
Godwulf is released under the MIT/X Consortium License. A copy of the license can be found in the release tarballs.