Skip to content

Commit

Permalink
revert: prefer IPv4 connectivity when available
Browse files Browse the repository at this point in the history
This reverts commit 558a585.
  • Loading branch information
MartinKolarik committed Jun 23, 2024
1 parent a3dc0b6 commit 41cb19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
update-ca-certificates

function run_probe() {
node --dns-result-order=ipv4first /app/dist/index.js
node /app/dist/index.js
return
}

Expand Down

0 comments on commit 41cb19e

Please sign in to comment.