[feature request] ability to disable `lnd.check.sh` for guided hybrid mode setup
See original GitHub issueWe’re planning to provide a guided, pre-configured clearnet over VPN solution that utilizes a setup script for general node configuration. Based on the underlying node software used the scripts decides which paths to take and parameters to set.
Specifically we want to adjust lnd.conf to our needs which in detail means to
- check for and remove/uncomment existing entries for
externalip,externalhostsand replace with our own entry - check for and (if necessary) add
listen=0.0.0.0:9735 - check for and adjust
tor.streamisolationtofalse - check for and adjust
tor.skip-proxy-for-clearnet-targetstotrue
I think we would interfere with RaspiBlitz’ built-in lnd.check.sh watch script. Any hint appreciated on what we could do to provide the best of both worlds.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6
Top Results From Across the Web
LND: Tor & Clearnet - How to setup hybrid-mode - Guides
Solution 2: Dynamic DNS (DDNS). Static IP: Static IPs are rarely provided for home use internet connections. It is a feature mostly offered...
Read more >Deployment Guide for Video Mesh - Webex App - Cisco
In the Video Mesh Node section, next to Monitoring Tool, select View Details. Step 3. Mouse over or click Configure Test, click Test...
Read more >LND: Tor & Clearnet - How to setup hybrid-mode
However, this methodology paired with the increased demand for Bitcoin payments will continue to stretch Tor's capacity to cater for continued need of ......
Read more >Get Started - Builder's Guide
If you are running the LND binary, you may download, verify and unpack LND in the same way as during the installation. You...
Read more >How to Turn Off Smart TV Snooping Features
TV with privacy settings Illustration: Chris Griggs/Consumer Reports, Getty Images. Smart TVs collect data about what you watch with a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

To disable the
lnd.check.shentirely could just delete or rename it. It is called in thelnd.servicebut not necessary to run.related: https://github.com/rootzoll/raspiblitz/issues/3094
tor.streamisolationwon’t be switched automatically