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 …

Read more ...


Opportunistic SMTP over Lokinet: it could work...

STMP, isn't. It has a lot of auxillery stuff and it's a nightmare to run a mail exchange. That being said, the excessive flexibility of the protocol stack can be a good thing if you know how to use it.

Given you use a postfix + opendkim setup I have devised …

Read more ...