{ "description": "Restrict all internet access", "zone": { "WAN": { "iface": "eth0" }, "VPN": { "iface": "wg0" } }, "policy": [ { "in": "VPN", "action": "accept" }, { "out": "VPN", "action": "accept" }, { "in": "WAN", "action": "drop" }, { "action": "reject" } ] }