This repository has been archived on 2026-03-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
greywall/examples/01-dev-server/fence-external-only.json

11 lines
180 B
JSON

{
"network": {
"allowLocalBinding": true,
"allowedDomains": ["httpbin.org"],
"allowLocalOutbound": false
},
"filesystem": {
"allowWrite": [".", "/tmp"]
}
}