Files
e2b-dev--e2b/packages/python-sdk/e2b/sandbox/network.py
T
2026-07-13 12:47:58 +08:00

9 lines
132 B
Python

"""
Network configuration helpers for E2B sandboxes.
"""
"""
CIDR range that represents all traffic.
"""
ALL_TRAFFIC = "0.0.0.0/0"