Files
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"