install the latest syncthing on N1 box

作者: shaneZhang 分类: 互联网技术 发布时间: 2019-12-22 17:11
// add the soft source
sudo apt install curl apt-transport-https
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
sudo echo "deb https://apt.syncthing.net/ syncthing release" > /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
sudo ufw allow 22000/TCP
sudo ufw allow 8384
sudo ufw allow 21027/UDP

本页面支持繁体中文友好显示:install the latest syncthing on N1 box

如果觉得我的文章对您有用,请随意打赏。如果有其他问题请联系博主QQ(909491009)或者下方留言!

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注