17 lines
287 B
Markdown
17 lines
287 B
Markdown
# Waffle Mole
|
|
|
|
A small gopher server for POSIX systems, written in C99. Drops
|
|
priviledges with `pledge()` and `unveil()` on OpenBSD.
|
|
|
|
## Building
|
|
|
|
You'll need:
|
|
- A C99 compiler
|
|
- POSIX-compatible make
|
|
|
|
Run `make` or `make waffle-mole`.
|
|
|
|
## Limitations
|
|
|
|
Only IPv6 is supported currently.
|