diff options
| author | Luke Hoersten <[email protected]> | 2020-05-01 17:00:59 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-01 17:00:59 -0500 |
| commit | 63fa0e3648592ae6df8e2ea96edb1c9650af7cce (patch) | |
| tree | d7a719ae1d0bc1b0dea65a58934b5d2094cee407 /btcd | |
| parent | 99575d0d007feb9ba97109be94e7ee5230bb40ce (diff) | |
Expose lnd and btcd to listening public ip.
Diffstat (limited to 'btcd')
| -rw-r--r-- | btcd/templates/btcd.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/btcd/templates/btcd.conf.j2 b/btcd/templates/btcd.conf.j2 index d4c8c5a..c311e53 100644 --- a/btcd/templates/btcd.conf.j2 +++ b/btcd/templates/btcd.conf.j2 @@ -1,4 +1,6 @@ [Application Options] +externalip={{node_external_ip}} + datadir={{btcd_data_dir}} logdir={{btcd_log_dir}} |
