openoms

Results 305 comments of openoms

A script to activate a public VPN service + killswitch (firewall): EDIT moved to a gist: https://gist.github.com/openoms/037bb0e3cccab58bfac5376db37bb57c

TODO for v1.7.2 remove the `setting ${lndConfFile} ${insertLine} "tor.streamisolation" "true"` from lnd.check.sh as it is incompatible with `tor.skip-proxy-for-clearnet-targets=true` and will cause trouble when the lnd.conf is edited manually.

For v1.7.2 `tor.skip-proxy-for-clearnet-targets=true` can be configured manually and `lnd.check.sh` will switch `tor.streamisolation` off on LND restart. Pushing the better clearnet support to v1.8.

A great guide about the options mentioned here and includes the option using a VPN: https://github.com/blckbx/lnd-hybrid-mode/

@benjamin-wilson if you are not worried exposing your public IP address for the channel peers simply setting: `tor.skip-proxy-for-clearnet-targets=true` in the `[tor]` section of the `lnd.conf` does the job. In the...

> What is the behavior of LND when hybrid mode is on but the nat,externalip or externalhosts configurations are not set? Will it still skip tor for outgoing connections but...

> Will two nodes that both have `tor.skip-proxy-for-clearnet-targets=true` still communicate though tor only? if neither of them have a public IP endpoint advertised then yes, will communicate over Tor.

@maximlomans to disable the tor streamisolation edit it to false in the `config.scripts/lnd.check.sh` since this is coming up repeatedly will disable this check completely for the next release

"Hybrid" mode settings for CLN: Update` /home/bitcoin/.lightning/config:` ``` # Tor addr=statictor:127.0.0.1:9051/torport=9735 proxy=127.0.0.1:9050 always-use-proxy=false # Clearnet bind-addr=0.0.0.0: announce-addr=: ``` See https://lightning.readthedocs.io/lightningd-config.5.html#networking-options https://twitter.com/SwissRouting/status/1543617791017816064 https://t.me/lightningd/14227

There is a great paid solution now under beta testing (looking very good): https://tunnelsats.com/ https://github.com/blckbx/tunnelsats