You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
218 B
218 B
Firewall
# apt install ufw
# ufw allow in 22 # SSH
# ufw allow in 53 # DNS
# ufw allow in 80 # Display an error message for unsecure HTTP
# ufw allow in 443 # HTTPS
# ufw allow in 1965 # Gemini
# ufw enable