syncthing/etc/firewall-ufw
Stefan Kuntz e408f1061a etc: Added ufw firewall application preset
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3703
2016-11-03 15:46:25 +00:00
..
README.md etc: Added ufw firewall application preset 2016-11-03 15:46:25 +00:00
syncthing etc: Added ufw firewall application preset 2016-11-03 15:46:25 +00:00

README.md

Uncomplicated FireWall application preset

Installation

Please note: When you installed syncthing using the official deb package, you can skip the copying.

Copy the file syncthing to your ufw applications directory usually located at /etc/ufw/applications.d/. (root permissions required).

In a terminal run

sudo ufw app update syncthing

to load the preset. To allow the syncthing ports, run

sudo ufw allow syncthing

You can then verify the opened ports

sudo ufw status verbose