Refactor and improve documentation, add examples
This commit is contained in:
10
examples/01-dev-server/fence-external-only.json
Normal file
10
examples/01-dev-server/fence-external-only.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"network": {
|
||||
"allowLocalBinding": true,
|
||||
"allowedDomains": ["httpbin.org"],
|
||||
"allowLocalOutbound": false
|
||||
},
|
||||
"filesystem": {
|
||||
"allowWrite": [".", "/tmp"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user