安装:
使用 deb 包 https://github.com/ntop/n2n/releases/tag/3.0】
自己编译安装:
apt install autoconf
./autogen.sh
# 如果提示命令不在,需要安装apt install autoconf
./configure
make
make install
# 安装完执行命令,检查安装是否正确
supernode -h
edge -h
运行
cd /etc/n2n/
vim supernode.conf
写入以下内容:
-p 7654
-v
保存
设置运行与开机自启动
systemctl start supernode.conf
systemctl enable supernode.conf
停止运行: killall supernode