aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2015-11-09 14:23:07 +0100
committerJakob Borg <jakob@nym.se>2015-11-09 14:23:26 +0100
commit19bf51cefb2e2add0fc32952faf77a7c54d11bc3 (patch)
tree7e0b0733b3b821d568b7169bbb22de19abe23a7e /etc
parent74a2e80142009202478c5429a58aa7618e9f1c70 (diff)
downloadsyncthing-19bf51cefb2e2add0fc32952faf77a7c54d11bc3.tar.gz
syncthing-19bf51cefb2e2add0fc32952faf77a7c54d11bc3.zip
Revert "Merge pull request #2440 from Stefan-Code/master"v0.12.2
This reverts commit 81bc6bf34b262a0770e1f05357ceefe3f1b0d836, reversing changes made to 7de736e8d0a12f9fd0a97ccd2dcb1cf769783d21. Unfortunately this tricks the upgrade system into picking the wrong binary. We need to fix the upgrade system before merging this.
Diffstat (limited to 'etc')
-rw-r--r--etc/firewall-ufw/README.md21
-rw-r--r--etc/firewall-ufw/syncthing4
2 files changed, 0 insertions, 25 deletions
diff --git a/etc/firewall-ufw/README.md b/etc/firewall-ufw/README.md
deleted file mode 100644
index 1a00236ac..000000000
--- a/etc/firewall-ufw/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-```
diff --git a/etc/firewall-ufw/syncthing b/etc/firewall-ufw/syncthing
deleted file mode 100644
index 1aeada11f..000000000
--- a/etc/firewall-ufw/syncthing
+++ /dev/null
@@ -1,4 +0,0 @@
-[syncthing]
-title=Syncthing
-description=Syncthing file synchronisation
-ports=22000/tcp|21027/udp