Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md6
-rw-r--r--etc/nextcloudpi-config.d/UFW.sh3
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 704c4fd2..cd543b4d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v0.46.20](https://github.com/nextcloud/nextcloudpi/commit/494bb10) (2018-02-15) random password provisioning on boot/startup
+[v0.46.22](https://github.com/nextcloud/nextcloudpi/commit/37b396a) (2018-02-19) UFW: make it work with nc-forward-ports
+
+[v0.46.21](https://github.com/nextcloud/nextcloudpi/commit/4183052) (2018-02-19) docker: use docker networks for x86
+
+[v0.46.20](https://github.com/nextcloud/nextcloudpi/commit/ce650f5) (2018-02-15) random password provisioning on boot/startup
[v0.46.19](https://github.com/nextcloud/nextcloudpi/commit/a57bedb) (2018-02-18) ncp-web: re-style poweroff menu
diff --git a/etc/nextcloudpi-config.d/UFW.sh b/etc/nextcloudpi-config.d/UFW.sh
index 47a9003d..617e6ed7 100644
--- a/etc/nextcloudpi-config.d/UFW.sh
+++ b/etc/nextcloudpi-config.d/UFW.sh
@@ -59,6 +59,9 @@ configure()
echo -e "\n# NFS rules"
ufw allow nfs
+ echo -e "\n# UPnP rules"
+ ufw allow proto udp from 192.168.0.0/16
+
echo "UFW enabled"
}