#1308 android ZAP over TOR

This commit is contained in:
rootzoll 2020-07-04 16:40:56 +02:00
parent e96581e076
commit 0033a6ea7e

View file

@ -95,9 +95,8 @@ if [ "${targetWallet}" = "zap-ios" ]; then
elif [ "${targetWallet}" = "zap-android" ]; then
connector="lndconnect"
if [ ${forceTOR} -eq 1 ]; then
# when ZAP runs on TOR it uses REST
port="8080"
extraparameter="--nocert"
# when ZAP runs on TOR it uses gRPC
port="10009"
else
# normal ZAP uses gRPC ports
port="10009"