Initial commit
This commit is contained in:
11
services/basic/global.policy.json
Normal file
11
services/basic/global.policy.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Restrict all internet access",
|
||||
"variable": { "internet_if": "eth0" },
|
||||
"zone": {
|
||||
"internet": { "iface": "$internet_if" }
|
||||
},
|
||||
"policy": [
|
||||
{ "in": "internet", "action": "drop" },
|
||||
{ "action": "reject" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user