Tunnelsats / tunnelsats

Tunnel⚡Sats: Pre-configured VPN for Lightning Nodes
https://tunnelsats.github.io/tunnelsats/
MIT License
34 stars 9 forks source link

[bugfix]: lnd.conf - comment out listen parameter #110

Closed blckbx closed 1 year ago

blckbx commented 1 year ago

This PR comments out listen setting in lnd.conf that we added for the user to check upfront. Now most setups already have it set by default. Umbrel 0.5.4 seems to get in trouble when adding listen=0.0.0.0:9735 to lnd.conf additionally (it's already a static setting in export.sh). Umbrel then ignored TunnelSats config completely, resulting in no external addresses being exposed.

Therefore this is the proposed solution I'd like to add. In case users are running RaspiBolt which is not setting listen by default (but TunnelSats bonus guide does say so), we can advice users to re-enable the line.

#########################################
[Application Options]
#listen=0.0.0.0:9735
externalhosts=${vpnExternalDNS}:${vpnExternalPort}
[Tor]
tor.streamisolation=false
tor.skip-proxy-for-clearnet-targets=true
#########################################"