From deb9b88e842c7b5709619c3521617685ab599eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Thu, 10 Aug 2023 03:47:00 +0200 Subject: [PATCH] Removed 0.0.0.0 bind patch --- build/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index deb5f29..91f2772 100644 --- a/build/build.sh +++ b/build/build.sh @@ -8,7 +8,6 @@ VERSION=`cat VERSION` git clone https://github.com/ProtonMail/proton-bridge.git cd proton-bridge git checkout v$VERSION -sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go ARCH=$(uname -m) if [[ $ARCH == "armv7l" ]] ; then