src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/templates/lnd.conf.j2
AgeCommit message (Collapse)AuthorFilesLines
5 daysBind lnd restlisten to LAN interface instead of loopbackHEADmainLuke Hoersten1-1/+1
Nginx reverse proxy on btc.nth.io runs on a separate host from lnd, so 127.0.0.1 binding broke cross-host proxying (502 Bad Gateway). Bind to default_ipv4 to keep REST off other interfaces while still reachable from the proxy host.
2026-04-05Harden bitcoind and lnd: file permissions, service binding, no_logLuke Hoersten1-2/+2
- Config files 0644 -> 0600 - Add no_log: true to config tasks - Bind lnd rpclisten and restlisten to 127.0.0.1
2026-03-23Fixed loggingLuke Hoersten1-1/+0
2024-10-07Added hacks to fix lnd bitcoind 28 bug.Luke Hoersten1-1/+0
2022-09-05Added REST api and cleaned up service unit file.Luke Hoersten1-0/+2
2020-05-01Expose lnd and btcd to listening public ip.Luke Hoersten1-3/+2
2020-04-27Initial commit of btcd and lnd roles.Luke Hoersten1-0/+17