mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Turn on ufw-docker
This commit is contained in:
@ -19,5 +19,8 @@ if ! command -v ufw &>/dev/null; then
|
|||||||
|
|
||||||
# Turn on the firewall
|
# Turn on the firewall
|
||||||
sudo ufw enable
|
sudo ufw enable
|
||||||
|
|
||||||
|
# Turn on Docker protections
|
||||||
|
sudo ufw-docker install
|
||||||
sudo ufw reload
|
sudo ufw reload
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user