https://github.com/mischief/godwulf
Gopher server implemented in Go
https://github.com/mischief/godwulf
Last synced: about 1 year ago
JSON representation
Gopher server implemented in Go
- Host: GitHub
- URL: https://github.com/mischief/godwulf
- Owner: mischief
- Created: 2013-08-08T14:40:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T14:49:21.000Z (almost 13 years ago)
- Last Synced: 2025-02-08T15:47:07.454Z (over 1 year ago)
- Language: Go
- Homepage: http://logik.li/projects/godwulf
- Size: 45.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
godwulf
=======
Godwulf is written by Samuel Baldwin
Up to date versions and documentation can be found by directing
your gopher to arrakis.logik.li.
Installation
------------
% tar -xvzf godwulf-*
% cd godwulf-*
% 6g godwulf.go
% 6l -o godwulf godwulf.6
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