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
@@ -266,7 +266,7 @@ type Config struct {
266
266
RawRESTListeners []string`long:"restlisten" description:"Add an interface/port/socket to listen for REST connections"`
267
267
RawListeners []string`long:"listen" description:"Add an interface/port to listen for peer connections"`
268
268
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"`
269
-
ExternalHosts []string`long:"externalhosts" description:"A set of hosts that should be periodically resolved to announce IPs for"`
269
+
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."`
270
270
RPCListeners []net.Addr
271
271
RESTListeners []net.Addr
272
272
RestCORS []string`long:"restcors" description:"Add an ip:port/hostname to allow cross origin access from. To allow all origins, set as \"*\"."`
0 commit comments