Created
June 14, 2024 00:07
-
-
Save suenot/f34dff806f71527c19527607fa758710 to your computer and use it in GitHub Desktop.
ufw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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