Skip to content

Commit

Permalink
remove local workarounds... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus authored Jan 26, 2024
1 parent 64623d1 commit 5b77a49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/container-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ mkdir -p $DOJO_DIR/data/logging
sysctl -w kernel.pty.max=1048576
echo core > /proc/sys/kernel/core_pattern

route add default gw 172.17.0.1

iptables -N DOCKER-USER
iptables -I DOCKER-USER -i user_network -j DROP
for host in $(cat $DOJO_DIR/user_firewall.allowed); do
Expand Down

0 comments on commit 5b77a49

Please sign in to comment.