11 lines
267 B
JSON
11 lines
267 B
JSON
{
|
|
"description": "Restrict all internet access",
|
|
"variable": { "internet_if": "eth0" },
|
|
"zone": {
|
|
"internet": { "iface": "$internet_if" }
|
|
},
|
|
"policy": [
|
|
{ "in": "internet", "action": "drop" },
|
|
{ "action": "reject" }
|
|
]
|
|
} |