https://github.com/cjdelisle/cjdns
UDP协议
编译需要rust和nodejs环境
cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin (umask 077 && ./cjdroute --genconf > /etc/cjdroute.conf) cp contrib/systemd/*.service /etc/systemd/system/ systemctl enable cjdns systemctl start cjdns