9 lines
132 B
Python
9 lines
132 B
Python
"""
|
|
Network configuration helpers for E2B sandboxes.
|
|
"""
|
|
|
|
"""
|
|
CIDR range that represents all traffic.
|
|
"""
|
|
ALL_TRAFFIC = "0.0.0.0/0"
|