Files
omarchy/migrations/1755878717.sh
2025-08-22 18:08:18 +02:00

4 lines
163 B
Bash

echo "Ensure Docker DNS requests are not blocked by ufw firewall"
sudo ufw allow in proto udp from 172.16.0.0/12 to 172.17.0.1 port 53 comment 'allow-docker-dns'