This commit is contained in:
Maurice
2025-09-24 14:00:38 +02:00
parent 12681bd7e2
commit aea521cba4
7 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{
"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" }
]
}