Skip to content

Commit 9a5688a

Browse files
committed
.
1 parent a0b5e5f commit 9a5688a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

code-interpreter/app/services/executor_kubernetes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def _create_pod_manifest(
185185
iptables_script = (
186186
"set -e && "
187187
"iptables -A OUTPUT -j DROP && "
188-
"ip6tables -A OUTPUT -o lo -j ACCEPT && "
189188
"ip6tables -A OUTPUT -j DROP"
190189
)
191190
network_lockdown_container = V1Container(

0 commit comments

Comments
 (0)