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
@@ -147,7 +147,7 @@ var (
147
147
// all config items of its enveloping subservers, each prefixed with their
148
148
// daemon's short name.
149
149
typeConfigstruct {
150
-
HTTPSListenstring`long:"httpslisten" description:"The host:port to listen for incoming HTTP/2 connections on for the web UI only."`
150
+
HTTPSListenstring`long:"httpslisten" description:"The main litd host:port to listen on for incoming HTTP/2 connections. On this port all gRPC services of all enabled daemons are exposed as well as REST (if --enablerest is specified), grpc-web and the web UI itself."`
151
151
HTTPListenstring`long:"insecure-httplisten" description:"The host:port to listen on with TLS disabled. This is dangerous to enable as credentials will be submitted without encryption. Should only be used in combination with Tor hidden services or other external encryption."`
152
152
EnableRESTbool`long:"enablerest" description:"Also allow REST requests to be made to the main HTTP(s) port(s) configured above."`
153
153
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