For now, only OpenRC scripts are tested.
To use LokiNET you can use the daemon
useflag to make things easier, otherwise you can use your own account.
To run the daemon:
rc-service lokinet start
You might need to use dnsmasq in order to translate .loki addresses, do this inside your dnsmaq config:
server=/loki/snode/127.3.2.1
server=127.0.0.1#53000
Where 127.3.2.1 is LokiNET DNS server and 127.0.0.1:53000 is Stubby/getdns for example.
Stubby/getdns: https://packages.gentoo.org/packages/net-dns/getdns
To use OXEN Daemon you need to set the useflag daemon
aswell.
To run it:
rc-service oxend start