🛡️ Define Firewall Rules
Enter firewall rules in JSON format:
[ {"source": "192.168.1.0/24", "destination": "10.0.0.5", "port": 22, "action": "deny"}, {"source": "0.0.0.0/0", "destination": "10.0.0.5", "port": 80, "action": "allow"} ]
📦 Simulate a Packet
Test how the firewall handles this packet: