Skip to content

Instantly share code, notes, and snippets.

@suenot
Created June 14, 2024 00:07
Show Gist options
  • Save suenot/f34dff806f71527c19527607fa758710 to your computer and use it in GitHub Desktop.
Save suenot/f34dff806f71527c19527607fa758710 to your computer and use it in GitHub Desktop.
ufw
sudo ufw enable
sudo ufw deny proto tcp from any to any port 9443
sudo ufw deny proto udp from any to any port 9443
sudo ufw status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment