mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-17 10:58:49 -07:00
22 lines
535 B
Markdown
22 lines
535 B
Markdown
|
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).
|
||
|
|
||
|
Then run
|
||
|
```
|
||
|
sudo ufw app update syncthing
|
||
|
```
|
||
|
to load the preset.
|
||
|
To allow the syncthing ports, run:
|
||
|
```
|
||
|
sudo ufw allow syncthing
|
||
|
```
|
||
|
You can also verify the opened ports:
|
||
|
```
|
||
|
sudo ufw status verbose
|
||
|
```
|