Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo ufw deny 443 # Disables and leave the entry in the status. Useful to a port you leave on and off sometimes.
sudo ufw delete allow port 443 # Actually delete the firewall rule entry.

...