From 41cb19ece312e4689b7fafa76077254dad8d7345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kol=C3=A1rik?= Date: Sun, 23 Jun 2024 21:56:39 +0200 Subject: [PATCH] revert: prefer IPv4 connectivity when available This reverts commit 558a585d5329ea1c8aab7d91055aa3685334fa23. --- bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 5bfa77c..692c773 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -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 }