13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"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" }
|
|
]
|
|
} |