Releases: xvxx/phd
Releases Β· xvxx/phd
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
This is the first v0.x release of phd
, an esoteric gopher server. Please let us know if you discover any bugs, or have any suggestions, on the issue tracker.
phd
is simple to use: point it at a directory and it'll serve up all the content over gopher. .gph
files are special - for more information, see the README.md.
Usage:
phd [options] <root directory>
Options:
-p, --port Port to bind to.
-h, --host Hostname to use when generating links.
Other flags:
-h, --help Print this screen.
-v, --version Print phd version.
Examples:
phd ./path/to/gopher/root # Serve directory over port 70.
phd -p 7070 docs # Serve 'docs' directory on port 7070
phd -h localhost # Serve current dir using hostname "localhost".
Enjoy.