Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 475 Bytes

IEDON-NET-AGENT

This is daemon script of DN42 Peering System for IEDON-NET. Currently only designed for WireGuard.

Install

apt update
apt install python3 python3-pip
pip3 install -r requirements.txt
cp ./peerapi-agent.service /usr/lib/systemd/system/

Run in service

systemctl enable peerapi-agent    # Auto start after reboot
systemctl start peerapi-agent

Run in console

python3 peerapi-agent.py