Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>

Co-authored-by: Richard Steinmetz <[email protected]>
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen and st3iny authored Jan 23, 2025
1 parent 895f4b8 commit 00a2e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containers/talk/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ fi

IP_BINDING="::"
if grep -q "1" /sys/module/ipv6/parameters/disable \
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.all.disable_ipv6" | grep -q "1" \
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.default.disable_ipv6" | grep -q "1"; then
|| grep -q "1" /proc/sys/net/ipv6/conf/all/disable_ipv6 \
|| grep -q "1" /proc/sys/net/ipv6/conf/default/disable_ipv6; then
IP_BINDING="0.0.0.0"
fi

Expand Down

0 comments on commit 00a2e88

Please sign in to comment.