mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
#1308 android ZAP over TOR
This commit is contained in:
@@ -95,9 +95,8 @@ if [ "${targetWallet}" = "zap-ios" ]; then
|
|||||||
elif [ "${targetWallet}" = "zap-android" ]; then
|
elif [ "${targetWallet}" = "zap-android" ]; then
|
||||||
connector="lndconnect"
|
connector="lndconnect"
|
||||||
if [ ${forceTOR} -eq 1 ]; then
|
if [ ${forceTOR} -eq 1 ]; then
|
||||||
# when ZAP runs on TOR it uses REST
|
# when ZAP runs on TOR it uses gRPC
|
||||||
port="8080"
|
port="10009"
|
||||||
extraparameter="--nocert"
|
|
||||||
else
|
else
|
||||||
# normal ZAP uses gRPC ports
|
# normal ZAP uses gRPC ports
|
||||||
port="10009"
|
port="10009"
|
||||||
|
Reference in New Issue
Block a user