Hosting a Lokinet Exit - A Guide for the Lazy
This is a super abridged guide on setting up a lokinet exit node inside docker.
prepare the host
docker using apt:
$ sudo apt install docker docker-compose wget
grab the docker-compose.yml
$ mkdir -p /usr/local/exit/
$ wget https://github.com/oxen-io/oxen-docker/raw/main/lokinet/docker-compose.yml -O /usr/local …