pull down to refresh
10 sats \ 1 reply \ @anon 7h \ on: Clearnet+Tor LND in Docker with wireguard VPS for privacy lightning
Nice. I've set it up the same way, a while ago.
Maybe a note:
With this constellation lnd is not reachable from the internal network. All traffic from lnd goes throigh wireguard.
Well from the Docker host you can still reach it. Now you just need to point to
wireguard-lnd
.Since the
lnd
container is using the wireguard-lnd
network stack, if it binds a port it's really binding it on the wireguard-lnd
“container”.So I had to adjust services (like Alby, lndg, ...) to point to
wireguard-lnd
instead. And to add it as an alternative domain name for the TLS in lnd.conf (that part you can see above).reply