diff --git a/live_exam_os/config/03-boot_hooks/9999-firewall b/live_exam_os/config/03-boot_hooks/9999-firewall index eb684dce3ef1c09888df845d8af72248bf2ee363..3dcbca982a75e20dc52b614e86204c6447b0153b 100755 --- a/live_exam_os/config/03-boot_hooks/9999-firewall +++ b/live_exam_os/config/03-boot_hooks/9999-firewall @@ -7,9 +7,6 @@ firewall () # Block all incoming and outgoing traffic ufw default deny incoming ufw default deny outgoing - # Allow outgoing http and https traffic to nexus-server - ufw allow out from any to $1 port 80 - ufw allow out from any to $1 port 443 # Allow outgoing traffic to nexus-server API ufw allow out from any to $1 port $2 # Allow outgoing ntp and dns traffic