mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +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