From 23c1926ff0cf90171a59d656ce3818dc31a6829a Mon Sep 17 00:00:00 2001 From: bryanvu Date: Fri, 5 May 2017 19:14:49 -0700 Subject: [PATCH] docs: fix entry for externalip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to specify multiple external IP addresses in the configuration file, each IP address be on a separate line, preceded by “externalip=“. --- docs/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c901e4f3d..dd0444fe6 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -115,7 +115,8 @@ debuglevel=trace debughtlc=true maxpendingchannels=10 profile=5060 -externalip=128.111.13.23,111.32.29.29 +externalip=128.111.13.23 +externalip=111.32.29.29 [Bitcoin] bitcoin.active=1