This is daemon script of DN42 Peering System for IEDON-NET. Currently only designed for WireGuard.
apt update
apt install python3 python3-pip
pip3 install -r requirements.txt
cp ./peerapi-agent.service /usr/lib/systemd/system/
systemctl enable peerapi-agent # Auto start after reboot
systemctl start peerapi-agent
python3 peerapi-agent.py