Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@xvxx xvxx released this 28 Dec 21:54
· 115 commits to master since this release

phd logo

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.