removed localhost restriction

This commit is contained in:
MarekChromec 2023-08-19 14:26:36 +02:00 committed by GitHub
parent 1423a659e1
commit 753a77c8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ 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