Skip to content

Commit e34de24

Browse files
authored
Merge pull request #799 from lightninglabs/https-port-description
config: update description of --httpslisten flag
2 parents c41f034 + cd213c6 commit e34de24

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var (
147147
// all config items of its enveloping subservers, each prefixed with their
148148
// daemon's short name.
149149
type Config struct {
150-
HTTPSListen string `long:"httpslisten" description:"The host:port to listen for incoming HTTP/2 connections on for the web UI only."`
150+
HTTPSListen string `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."`
151151
HTTPListen string `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."`
152152
EnableREST bool `long:"enablerest" description:"Also allow REST requests to be made to the main HTTP(s) port(s) configured above."`
153153
RestCORS []string `long:"restcors" description:"Add an ip:port/hostname to allow cross origin access from. To allow all origins, set as \"*\"."`
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Release Notes
2+
3+
# Integrated Binary Updates
4+
5+
### Lightning Terminal
6+
7+
- [Updated command line description of the `--httpslisten`
8+
flag](https://github.com/lightninglabs/lightning-terminal/pull/799) to be more
9+
informative about what services are exposed on that port.
10+
11+
### LND
12+
13+
### Loop
14+
15+
### Pool
16+
17+
### Faraday
18+
19+
### Taproot Assets
20+
21+
# Autopilot
22+
23+
# Contributors (Alphabetical Order)
24+
25+
* Oliver Gugger

0 commit comments

Comments
 (0)