Firewall Rules
Daftar aturan firewall dan konfigurasinya
Aturan Aktif
| Rule | Source | Destination | Port | Action |
|---|---|---|---|---|
| Allow HTTP | 0.0.0.0/0 | Web Server | 80 | ALLOW |
| Allow HTTPS | 0.0.0.0/0 | Web Server | 443 | ALLOW |
| Allow SSH | 10.0.0.0/8 | All | 22 | ALLOW |
| Deny All | 0.0.0.0/0 | All | * | DENY |