This doesn't look like it's blacklisting to me. It's an allowlist system:
--allow-net=api.openai.com # Explicitly allow access to that host --allow-write=config.txt # Explicitly allow write to that file
That's correct. The pattern is: reads allowed, write and network I/O blocked by default.
```
zerobox -- curl https://example.com
Could not resolve host: example.com
That's correct. The pattern is: reads allowed, write and network I/O blocked by default.
```
zerobox -- curl https://example.com
Could not resolve host: example.com
```