Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / proxy / __init__.py
Size: Mime:
"""Network configuration for omni-code.

Provides read/write access to ~/.config/omni_code/network.json,
used by the sandbox CLI to configure kernel-level network isolation
(iptables allowlist inside the container).

Network enforcement is handled by:
- Sandbox mode: iptables rules set by the container entrypoint
  (OMNI_SANDBOX_NETWORK_ALLOWLIST env var)
- Launcher: passes allowlist from platform policy to the sandbox
"""