In this project, I used ufw
to configure firewalls on my issued web servers.
- 0. Block all incoming traffic but
- 0-block_all_incoming_traffic_but: Bash
script that installs a
ufw
firewall to block all incoming traffic except for ports22
,443
and80
on a web server.
- 0-block_all_incoming_traffic_but: Bash
script that installs a