Skip to content

Commit

Permalink
UFW: make it work with nc-forward-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 19, 2018
1 parent 94bd3b9 commit bf4d2fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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

Expand Down
3 changes: 3 additions & 0 deletions etc/nextcloudpi-config.d/UFW.sh
Expand Up @@ -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"
}

Expand Down

0 comments on commit bf4d2fc

Please sign in to comment.