You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ type Config struct {
339
339
RawRPCListeners []string`long:"rpclisten" description:"Add an interface/port/socket to listen for RPC connections"`
340
340
RawRESTListeners []string`long:"restlisten" description:"Add an interface/port/socket to listen for REST connections"`
341
341
RawListeners []string`long:"listen" description:"Add an interface/port to listen for peer connections"`
342
-
RawExternalIPs []string`long:"externalip" description:"Add an ip:port to the list of local addresses we claim to listen on to peers. If a port is not specified, the default (9735) will be used regardless of other parameters"`
342
+
RawExternalIPs []string`long:"externalip" description:"Add an ip:port (local addresses we listen on) to advertise to the network (default port 9735 is used if port is not specified). Note: Removing this option does not clear previously advertised addresses; remove them with 'lncli peers updatenodeannouncement --address_remove=host:port'."`
343
343
ExternalHosts []string`long:"externalhosts" description:"Add a hostname:port that should be periodically resolved to announce IPs for. If a port is not specified, the default (9735) will be used."`
0 commit comments