Egress Firewall#
Restrict outbound network access from sandboxes.
Enable#
claustro up --firewallOr in claustro.yaml:
firewall:
enabled: true
allow:
- custom-registry.company.com
- api.openai.comDefault whitelist#
When enabled, the following domains are always allowed:
api.anthropic.com— Anthropic APIregistry.npmjs.org— npmpypi.org— Python packagesgithub.com— Git operationsarchive.ubuntu.com,security.ubuntu.com— System updates
Docker internal networks (172.16.0.0/12, 192.168.0.0/16, 10.0.0.0/8) are always allowed for compose-sibling services.