src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-05 20:19:40 -0500
committerLuke Hoersten <[email protected]>2026-04-05 21:24:11 -0500
commitf2f3906b8e9f1af99de9cf6488d54732a711dfc6 (patch)
tree414cb39be7b20b6df56456ef9652b47fde1734fc /lnd/templates
parentcaf13f1cbef5faf089a27f23b25202660780829c (diff)
Harden bitcoind and lnd: file permissions, service binding, no_logHEADmain
- Config files 0644 -> 0600 - Add no_log: true to config tasks - Bind lnd rpclisten and restlisten to 127.0.0.1
Diffstat (limited to 'lnd/templates')
-rw-r--r--lnd/templates/lnd.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/lnd/templates/lnd.conf.j2 b/lnd/templates/lnd.conf.j2
index ba37102..60fec71 100644
--- a/lnd/templates/lnd.conf.j2
+++ b/lnd/templates/lnd.conf.j2
@@ -8,8 +8,8 @@ alias={{lnd_alias}}
tlsextradomain={{lnd_alias}}
listen=0.0.0.0:9735
-rpclisten=0.0.0.0:10009
-restlisten=0.0.0.0:8080
+rpclisten=127.0.0.1:10009
+restlisten=127.0.0.1:8080
[Bitcoin]
bitcoin.mainnet=true