mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
#1001 allow zap ios TOR
This commit is contained in:
@@ -57,9 +57,6 @@ supportsTOR=0
|
|||||||
if [ "${targetWallet}" = "zap-ios" ]; then
|
if [ "${targetWallet}" = "zap-ios" ]; then
|
||||||
connector="lndconnect"
|
connector="lndconnect"
|
||||||
if [ ${forceTOR} -eq 1 ]; then
|
if [ ${forceTOR} -eq 1 ]; then
|
||||||
# deactivated until fix: https://github.com/rootzoll/raspiblitz/issues/1001
|
|
||||||
echo "error='no tor support'"
|
|
||||||
exit 1
|
|
||||||
# when ZAP runs on TOR it uses REST
|
# when ZAP runs on TOR it uses REST
|
||||||
port="8080"
|
port="8080"
|
||||||
extraparamter="--nocert"
|
extraparamter="--nocert"
|
||||||
|
Reference in New Issue
Block a user