From bf4d2fc476dbe8b0af76b73d0ac78d0b7a68e91d Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 19 Feb 2018 19:58:02 +0100 Subject: UFW: make it work with nc-forward-ports --- changelog.md | 6 +++++- etc/nextcloudpi-config.d/UFW.sh | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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" } -- cgit v1.2.3