mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
UFW: make it work with nc-forward-ports
This commit is contained in:
parent
94bd3b9fba
commit
bf4d2fc476
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user