Gopher Raw

Trying out ye olde `gopher` protocol on an Ubuntu Server machine.

## Installation

```bash
# Blah blah blah
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential git -y

# Install Gophernicus
sudo apt install gophernicus

# Set it up as a service

# Add firewall rule

# Now add some sample content
sudo mkdir -p /var/gopher
```

## Testing