Skip to content

Commit

Permalink
update() no longer enables v6
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jan 5, 2025
1 parent f20c56f commit 381c3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ __enable_v6() {
echo "Enabling IPv4/6 dual-stack for your Eth Docker setup"
IPV6="true"
__update_value_in_env "${__var}" "${!__var}" "${__env_file}"
__enabled_v6=1
else
echo "Docker cannot use IPv6; continuing with IPv4"
fi
Expand Down

0 comments on commit 381c3ac

Please sign in to comment.