Commit f4ef5cd5 authored by Pierre Ynard's avatar Pierre Ynard

NEWS: --http-host expects URL-style bracket-enclosed IPv6 addresses

Unfortunately there is not much we can do until we ditch the legacy
<host>:<port> syntax for good
parent 632b2058
...@@ -19,8 +19,8 @@ Important notes: ...@@ -19,8 +19,8 @@ Important notes:
- --disc-caching specifies caching for local optical media. - --disc-caching specifies caching for local optical media.
All values are expressed in milliseconds as in previous versions. All values are expressed in milliseconds as in previous versions.
* HTTP server IP address, port, and TLS configuration is now centralized: * HTTP server IP address, port, and TLS configuration is now centralized:
- The --http-host option sets the address, e.g. "--http-host=2001:db8::1". - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
By default, both :: and 0.0.0.0 are used. By default, both [::] and 0.0.0.0 are used.
- The --http-port and --https-port options set the port numbers. - The --http-port and --https-port options set the port numbers.
By default, 8080 is used for HTTP, and 8443 for HTTPS. By default, 8080 is used for HTTP, and 8443 for HTTPS.
- The TLS credentials are configured with --http-cert (public certificate), - The TLS credentials are configured with --http-cert (public certificate),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment